Skip to content

Commit

Permalink
db url port
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian authored and Debian committed Dec 1, 2023
1 parent 862aac4 commit d483895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back_end/modules/db_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function dbh_init() {

utils.consoleMsg(MODULE_NAME, "Initializing Database Handler"); //For Production

client = new MongoClient(DB_URL);
client = new MongoClient("mongodb://127.0.0.1:25565");
client.connect().then(
() => {
utils.serverLog(MODULE_NAME, "Connected to database");
Expand Down

0 comments on commit d483895

Please sign in to comment.