Created the .env.example
This commit is contained in:
parent
3e7e1f0aec
commit
4e03c65c07
17
expenses_manager/.env.example
Normal file
17
expenses_manager/.env.example
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Django
|
||||||
|
DEBUG=True
|
||||||
|
SECRET_KEY=genera-una-clave-aqui
|
||||||
|
|
||||||
|
# Hosts (separados por comas). En producción, tu dominio real.
|
||||||
|
ALLOWED_HOSTS=localhost,127.0.0.1
|
||||||
|
CSRF_TRUSTED_ORIGINS=
|
||||||
|
|
||||||
|
# Base de datos.
|
||||||
|
# En local puedes dejar DB_ENGINE vacío o en sqlite3 para usar SQLite sin más.
|
||||||
|
# Para PostgreSQL, pon DB_ENGINE=postgresql y rellena el resto.
|
||||||
|
DB_ENGINE=sqlite3
|
||||||
|
DB_NAME=
|
||||||
|
DB_USER=
|
||||||
|
DB_PASSWORD=
|
||||||
|
DB_HOST=localhost
|
||||||
|
DB_PORT=5432
|
||||||
Loading…
Reference in New Issue
Block a user