From e66010ada7c56c5bd91ce838912c0bc53742e811 Mon Sep 17 00:00:00 2001 From: PSNAppZ Date: Fri, 29 Nov 2024 09:00:12 +0530 Subject: [PATCH] Fix build script issues --- build.sh | 2 +- config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index b2f2175..f05d83f 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Variables DB_USER="gorm" DB_PASSWORD="gorm" -DB_NAME="gorm" +DB_NAME="shadowguard" # Check if PostgreSQL is installed; if not, install it if ! command -v psql &> /dev/null; then diff --git a/config.json b/config.json index ec9e1e2..f2de38b 100644 --- a/config.json +++ b/config.json @@ -2,8 +2,8 @@ "database": { "host": "localhost", "port": "5432", - "user": "postgres", - "password": "postgres", + "user": "gorm", + "password": "gorm", "dbname": "shadowguard" }, "host": "http://localhost",