Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
R00tS3c committed Dec 14, 2023
1 parent 102262e commit 0ae21b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ const config = {
server_port: 2053,

database: {
database : 'demogg',
database : 'replace_db',
host : 'localhost',
user : '',
password : ''
user : 'replace_user',
password : 'replace_pass'
},

level: {
Expand Down

0 comments on commit 0ae21b4

Please sign in to comment.