From ab87bf915cbef62d5032b47540e593442c780193 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Fri, 20 Oct 2023 00:11:37 -0400 Subject: Change config format --- config.sample.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.sample.js') diff --git a/config.sample.js b/config.sample.js index 1123a8a..60ef02b 100644 --- a/config.sample.js +++ b/config.sample.js @@ -1,5 +1,5 @@ module.exports = { - PORT: 8080, - MONGO_URI: 'mongodb://127.0.0.1:27017/flems', - BASE_URI: 'https://fle.ms/' + BIND: 8080, + MONGO: 'mongodb://user:password@127.0.0.1:27017/flems', + BASE: 'https://fle.ms/' } -- cgit v1.2.3