16 lines
499 B
Text
16 lines
499 B
Text
# Production Environment Configuration
|
|
# Copy this file and set your actual production values
|
|
|
|
# Database Configuration
|
|
DB_PASSWORD=your_secure_database_password_here
|
|
|
|
# JWT Configuration (Generate a secure random string)
|
|
JWT_SECRET=your_secure_jwt_secret_here_minimum_32_characters
|
|
|
|
# Email Configuration (Keep existing working values)
|
|
GOOGLE_APP_PASSWORD=ojvlysraxwjriwzy
|
|
|
|
# Optional: Override other settings if needed
|
|
# SMTP_HOST=smtp.gmail.com
|
|
# SMTP_PORT=587
|
|
# GOOGLE_EMAIL=system@deafgain.org
|