OTF/config.js

8 lines
135 B
JavaScript
Raw Permalink Normal View History

2021-02-01 11:33:42 +00:00
config = {
mongoUrl: "mongodb://10.0.0.100/",
expressPort: 9001,
url: "https://otf.nannal.com/"
}
module.exports = config