16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
# Variables de entorno para Docker Compose
|
|
|
|
# Base de datos PostgreSQL
|
|
POSTGRES_PASSWORD=tu_password_seguro
|
|
|
|
# Configuracion de correo electronico (Brevo/Sendinblue)
|
|
EMAIL_USER=tu_email@ejemplo.com
|
|
EMAIL_PASS=tu_api_key
|
|
|
|
# Token de Banxico para tipo de cambio
|
|
BANXICO_TOKEN=tu_token_banxico
|
|
|
|
# JWT Authentication
|
|
JWT_SECRET=change-this-secret-in-production
|
|
JWT_REFRESH_SECRET=change-this-refresh-secret-in-production
|