13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
DEBUG=0
|
|
SQL_DEBUG=0
|
|
ALLOWED_HOSTS=*
|
|
SECRET_KEY=cambia_esto_por_una_clave_secreta_larga_y_aleatoria
|
|
TZ=America/Argentina/Buenos_Aires
|
|
DB_ENGINE=django.db.backends.postgresql
|
|
POSTGRES_HOST=db_recipes
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=djangouser
|
|
POSTGRES_PASSWORD=cambia_esta_contraseña
|
|
POSTGRES_DB=djangodb
|
|
TANDOOR_API_TOKEN=genera_este_token_desde_tandoor
|