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

This commit is contained in:
minguezsanzjuanjose
2026-04-12 15:38:01 +02:00
parent e486a0f556
commit ac6e336772
2 changed files with 5 additions and 9 deletions

13
.env
View File

@@ -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
CONTAINER_NAME=django_local
PORT=8000
DEBUG_MODE=1
PROJECT_NAME=django_dev_local

1
.gitignore vendored
View File

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