From bb948e1a008a9da1dbbfaafdc90218fde75ff834 Mon Sep 17 00:00:00 2001 From: mm Date: Tue, 22 Oct 2024 15:59:54 +0500 Subject: [PATCH] 0.0.2 --- internal/config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/config.yaml b/internal/config/config.yaml index 400aa58..1fb6354 100644 --- a/internal/config/config.yaml +++ b/internal/config/config.yaml @@ -1,6 +1,6 @@ db: port: "5432" - host: "db" + host: "widget-db" password: "postgres" username: "postgres" dbname: "postgres"