From d096905c48b91a5c3d271ea199c6a59fdafed140 Mon Sep 17 00:00:00 2001 From: rainbownapkin Date: Sat, 16 Nov 2024 05:41:39 -0500 Subject: [PATCH] Added example config. --- config.example.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.example.json diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..f807775 --- /dev/null +++ b/config.example.json @@ -0,0 +1,12 @@ +{ + "instanceName": "Canopy", + "port": 8080, + "sessionSecret": "CHANGE_ME", + "db":{ + "address": "127.0.0.1", + "port": "27017", + "database": "canopy", + "user": "canopy", + "pass": "CHANGE_ME" + } +} \ No newline at end of file