canopy/config.example.json
2024-11-16 05:41:39 -05:00

12 lines
243 B
JSON

{
"instanceName": "Canopy",
"port": 8080,
"sessionSecret": "CHANGE_ME",
"db":{
"address": "127.0.0.1",
"port": "27017",
"database": "canopy",
"user": "canopy",
"pass": "CHANGE_ME"
}
}