22 lines
493 B
JSON
22 lines
493 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"
|
|
},
|
|
"mail":{
|
|
"host": "mail.42069.weed",
|
|
"port": 465,
|
|
"secure": true,
|
|
"address": "toke@42069.weed",
|
|
"pass": "CHANGE_ME"
|
|
}
|
|
} |