feat: add port as string
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
34020d2939
commit
187423d5f4
@ -101,7 +101,7 @@ metadata:
|
||||
data:
|
||||
DATABASE_TYPE: postgresql
|
||||
DATABASE_HOST: {{ environment }}.postgresql.kjuulh.app
|
||||
DATABASE_PORT: {{ port }}
|
||||
DATABASE_PORT: "{{ port }}"
|
||||
DATABASE_USER: {{ vars.cuddle_vars.service | replace("-", "_") }}
|
||||
DATABASE_DB: {{ vars.cuddle_vars.service | replace("-", "_") }}
|
||||
|
||||
|
@ -7,6 +7,6 @@ metadata:
|
||||
data:
|
||||
DATABASE_TYPE: postgresql
|
||||
DATABASE_HOST: dev.postgresql.kjuulh.app
|
||||
DATABASE_PORT: 5433
|
||||
DATABASE_PORT: "5433"
|
||||
DATABASE_USER: service
|
||||
DATABASE_DB: service
|
||||
|
Loading…
Reference in New Issue
Block a user