again fixed up project yml files so it paths/settings points to base
This commit is contained in:
parent
411ff03786
commit
fa2beb49cd
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ django:
|
|||
allowed_hosts: [127.0.0.1, 'PROJECT_NAME.BRANCH_EXT',]
|
||||
paths:
|
||||
settings:
|
||||
folder: "core"
|
||||
base: "core"
|
||||
docker:
|
||||
database:
|
||||
env: {name: POSTGRES_DB, pass: POSTGRES_PASSWORD, user: POSTGRES_USER}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ django:
|
|||
port: DJANGO_PORT
|
||||
paths:
|
||||
settings:
|
||||
folder: "core"
|
||||
base: "core"
|
||||
logging:
|
||||
paths: [null]
|
||||
maintenance:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue