fixed bug in project yml files to find the core
This commit is contained in:
parent
cdd0464a3e
commit
411ff03786
2 changed files with 9 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue