mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Merge branch 'EndpointsFixed' of https://github.com/EntireTwix/CCash into EndpointsFixed
This commit is contained in:
commit
78ba30ccc3
2 changed files with 18 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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
2
users.json
Normal file
2
users.json
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
||||
Loading…
Reference in a new issue