mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🔥 removed duplicate config.json
This commit is contained in:
parent
5e7243c55a
commit
948aa93cc2
2 changed files with 1 additions and 17 deletions
16
config.json
16
config.json
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue