Files
django-core-base/.env.example
juanjo 6fb3afa472
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
fix para ficheros que no se suben
2026-04-12 22:11:51 +02:00

10 lines
205 B
Plaintext

# 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