Files
multiplayer-stickfigure-game/API/DB.js
2021-02-20 03:43:23 -05:00

3 lines
74 B
JavaScript

module.exports = {
DB: 'mongodb://localhost:27017/stick-figure-game'
}