diff --git a/config.json b/config.json deleted file mode 100644 index 76acb93..0000000 --- a/config.json +++ /dev/null @@ -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" - } - ] -} diff --git a/docs/building.md b/docs/building.md index 9aeed0f..9e178d1 100644 --- a/docs/building.md +++ b/docs/building.md @@ -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