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
|
||||||
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1 +1,11 @@
|
|||||||
|
# Configuración personal y secretos
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
|
||||||
|
# Docker local (si decides no subirlo)
|
||||||
|
deployments/docker-compose.override.yml
|
||||||
|
|
||||||
|
# Archivos de datos de la DB local
|
||||||
|
postgres_data/
|
||||||
|
local_postgres_data/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user