feat: add port as string
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-01-12 23:07:33 +01:00
parent 34020d2939
commit 187423d5f4
2 changed files with 2 additions and 2 deletions

View File

@@ -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