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