fix para ficheros que no se suben
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user