Added example config.
This commit is contained in:
parent
723d7d749a
commit
d096905c48
12
config.example.json
Normal file
12
config.example.json
Normal file
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue