mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
the infinitely accidentately commited
This commit is contained in:
parent
a4ffee5992
commit
11647eb827
1 changed files with 14 additions and 7 deletions
21
config.json
21
config.json
|
|
@ -1,9 +1,16 @@
|
||||||
{
|
{
|
||||||
"listeners": [
|
"listeners": [
|
||||||
{
|
{
|
||||||
"address": "127.0.0.1",
|
"address": "0.0.0.0",
|
||||||
"port": 80,
|
"port": 80,
|
||||||
"https": false
|
"https": false
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
|
"address": "0.0.0.0",
|
||||||
|
"port": 443,
|
||||||
|
"https": true,
|
||||||
|
"cert": "",
|
||||||
|
"key": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue