10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
DB_HOST=localhost
|
|
DB_PORT=5433
|
|
DB_NAME=recoleccion_db
|
|
DB_USER=recoleccion
|
|
DB_PASSWORD=recoleccion123
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6380
|
|
JWT_SECRET=cambia_esto_por_algo_seguro
|
|
JWT_EXPIRES_IN=7d
|