Skip to content

Commit

Permalink
Fix build script issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Nov 29, 2024
1 parent 4e16824 commit e66010a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"database": {
"host": "localhost",
"port": "5432",
"user": "postgres",
"password": "postgres",
"user": "gorm",
"password": "gorm",
"dbname": "shadowguard"
},
"host": "http://localhost",
Expand Down

0 comments on commit e66010a

Please sign in to comment.