diff options
Diffstat (limited to 'config.sample.js')
| -rw-r--r-- | config.sample.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.sample.js b/config.sample.js new file mode 100644 index 0000000..1123a8a --- /dev/null +++ b/config.sample.js @@ -0,0 +1,5 @@ +module.exports = { + PORT: 8080, + MONGO_URI: 'mongodb://127.0.0.1:27017/flems', + BASE_URI: 'https://fle.ms/' +} |
