CCash/config.json
William Katz 98aac38958
I keep doing commit -am oops
I swear Im not padding commits lmao
2021-05-21 16:19:25 -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": ""
}
]
}