From 85f217f63e248ae0df44368a6a0d03620955f170 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Wed, 18 Oct 2023 03:48:52 -0400 Subject: Created initial backend architecture and redirection routes --- config.sample.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.sample.js (limited to 'config.sample.js') 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/' +} -- cgit v1.2.3