Merge branch 'EndpointsFixed' of https://github.com/EntireTwix/CCash into EndpointsFixed

This commit is contained in:
EntireTwix 2021-06-09 19:37:50 -07:00
commit 78ba30ccc3
2 changed files with 18 additions and 0 deletions

16
config.json Normal file
View 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
View file

@ -0,0 +1,2 @@
{
}