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",