CCash/config.json
2021-04-25 13:30:21 -07:00

16 lines
243 B
JSON

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