CCash/config.json
2021-06-24 19:16:00 +01:00

16 lines
264 B
JSON

{
"listeners": [
{
"address": "0.0.0.0",
"port": 80,
"https": false
},
{
"address": "0.0.0.0",
"port": 443,
"https": true,
"cert": "/ccash/cert",
"key": "/ccash/key"
}
]
}