From 4f53a2eef2dd92bae43fd7f8606be1fa8c4dc8fd Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Wed, 5 Mar 2025 19:56:19 -0500 Subject: [PATCH] Update database port configuration in local and selfhosted YAML files --- config/local.yaml | 2 +- config/selfhosted.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"