Merge pull request 'dev' (#11) from dev into master
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
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
13
.env
13
.env
@@ -1,10 +1,5 @@
|
|||||||
# Seguridad
|
# Seguridad
|
||||||
DEBUG=True
|
CONTAINER_NAME=django_local
|
||||||
SECRET_KEY=una-clave-muy-secreta-y-larga-123456
|
PORT=8000
|
||||||
|
DEBUG_MODE=1
|
||||||
# Base de Datos (Conectando al PostgreSQL que instalamos)
|
PROJECT_NAME=django_dev_local
|
||||||
DB_NAME=gitea
|
|
||||||
DB_USER=gitea
|
|
||||||
DB_PASSWORD=gitea
|
|
||||||
DB_HOST=gitea-db
|
|
||||||
DB_PORT=5432
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user