fix para ficheros que no se suben
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good

This commit is contained in:
juanjo
2026-04-12 22:11:51 +02:00
parent 102d7c6bfa
commit 6fb3afa472
2 changed files with 20 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# 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