Initial commit: Cocina con Alma - Tandoor + public menu stack
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user