diff --git a/config/local.yaml b/config/local.yaml index 0dcaaf4..649abcd 100644 --- a/config/local.yaml +++ b/config/local.yaml @@ -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" diff --git a/config/selfhosted.yaml b/config/selfhosted.yaml index 9911907..37e9d9b 100644 --- a/config/selfhosted.yaml +++ b/config/selfhosted.yaml @@ -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"