fixed bug in project yml files to find the core

This commit is contained in:
ronny abraham 2023-11-14 18:19:36 +02:00
parent cdd0464a3e
commit 411ff03786
2 changed files with 9 additions and 3 deletions

View file

@ -10,6 +10,7 @@ django:
host: DJANGO_IP
port: DJANGO_PORT
allowed_hosts: [127.0.0.1, 'PROJECT_NAME.BRANCH_EXT',]
paths:
settings:
folder: "core"
docker:

View file

@ -6,7 +6,12 @@ database:
users:
admin: {name: DATABASE_ADMIN_NAME, pass: DATABASE_ADMIN_PASS}
default: {name: DATABASE_USER_NAME, pass: DATABASE_USER_PASS}
django: {host: DJANGO_IP, port: DJANGO_PORT}
django:
host: DJANGO_IP
port: DJANGO_PORT
paths:
settings:
folder: "core"
logging:
paths: [null]
maintenance: