fix
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good

This commit is contained in:
minguezsanzjuanjose
2026-04-12 16:02:58 +02:00
parent ac6e336772
commit 102d7c6bfa
2 changed files with 9 additions and 5 deletions

13
.env
View File

@@ -1,5 +1,10 @@
# Seguridad # Seguridad
CONTAINER_NAME=django_local DEBUG=True
PORT=8000 SECRET_KEY=una-clave-muy-secreta-y-larga-123456
DEBUG_MODE=1
PROJECT_NAME=django_dev_local # Base de Datos (Conectando al PostgreSQL que instalamos)
DB_NAME=gitea
DB_USER=gitea
DB_PASSWORD=gitea
DB_HOST=gitea-db
DB_PORT=5432

1
.gitignore vendored
View File

@@ -1,2 +1 @@
*.pyc *.pyc
.env