canopy/config.example.json

15 lines
327 B
JSON

{
"instanceName": "Canopy",
"port": 8080,
"protocol": "http",
"domain": "localhost",
"sessionSecret": "CHANGE_ME",
"altchaSecret": "CHANGE_ME",
"db":{
"address": "127.0.0.1",
"port": "27017",
"database": "canopy",
"user": "canopy",
"pass": "CHANGE_ME"
}
}