🔥 removed duplicate config.json

This commit is contained in:
EntireTwix 2021-07-23 14:33:07 -07:00
parent 5e7243c55a
commit 948aa93cc2
2 changed files with 1 additions and 17 deletions

View file

@ -1,16 +0,0 @@
{
"listeners": [
{
"address": "0.0.0.0",
"port": 80,
"https": false
},
{
"address": "0.0.0.0",
"port": 443,
"https": true,
"cert": "/ccash/cert",
"key": "/ccash/key"
}
]
}

View file

@ -52,7 +52,7 @@ AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse
cd ../..
mkdir build
cd build
mv ../config.json config.json
cp ../config/config.json config.json
```
### CMake Flags