facilmap/server/config.js

5 wiersze
87 B
JavaScript

module.exports = {
host : null,
port : 40829,
db : "mongodb://localhost/facilpad"
};