mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-19 01:22:14 +11:00
updating config
This commit is contained in:
parent
f8f464ef3f
commit
aa4298d4d4
1 changed files with 16 additions and 0 deletions
16
config.json
Normal file
16
config.json
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"listeners": [
|
||||||
|
{
|
||||||
|
"address": "0.0.0.0",
|
||||||
|
"port": 80,
|
||||||
|
"https": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"address": "0.0.0.0",
|
||||||
|
"port": 443,
|
||||||
|
"https": true,
|
||||||
|
"cert": "",
|
||||||
|
"key": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue