From b26c7cb4f827df842777c033874469abe99e6558 Mon Sep 17 00:00:00 2001 From: Yvette Nartey Date: Tue, 4 Feb 2025 01:12:19 +0100 Subject: [PATCH] UPD: Update app-config.yaml upd: update db env for prod --- app-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-config.yaml b/app-config.yaml index d1b8890..0a5b96c 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -23,6 +23,7 @@ backend: port: ${POSTGRES_PORT} user: ${POSTGRES_USER} password: ${POSTGRES_PASSWORD} + database: ${POSTGRES_DB} cache: store: memory @@ -83,4 +84,4 @@ auth: development: clientId: ${GITHUB_CLIENT_ID} clientSecret: ${GITHUB_CLIENT_SECRET} - \ No newline at end of file +