Update database port configuration in local and selfhosted YAML files

This commit is contained in:
Mo Tarbin 2025-03-05 19:56:19 -05:00
parent 5d6a8b510b
commit 4f53a2eef2
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ database:
migration: true
# these are only required for postgres
host: "secret"
port: "secret"
port: 5432
user: "secret"
password: "secret"
name: "secret"

View file

@ -10,7 +10,7 @@ database:
migration: true
# these are only required for postgres
host: "secret"
port: "secret"
port: 5432
user: "secret"
password: "secret"
name: "secret"