diff --git a/.env b/.env index f8f4030..747b2f7 100644 --- a/.env +++ b/.env @@ -1,10 +1,5 @@ # Seguridad -DEBUG=True -SECRET_KEY=una-clave-muy-secreta-y-larga-123456 - -# Base de Datos (Conectando al PostgreSQL que instalamos) -DB_NAME=gitea -DB_USER=gitea -DB_PASSWORD=gitea -DB_HOST=gitea-db -DB_PORT=5432 \ No newline at end of file +CONTAINER_NAME=django_local +PORT=8000 +DEBUG_MODE=1 +PROJECT_NAME=django_dev_local \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0d20b64..29f322e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +.env