changed default config.json location

This commit is contained in:
EntireTwix 2022-11-20 17:16:17 -08:00
parent 279481532e
commit e536bb94fb
2 changed files with 2 additions and 3 deletions

View file

@ -46,7 +46,7 @@ endif()
if(DEFINED DROGON_CONFIG_LOC)
set(DROGON_CONFIG "\"" + ${DROGON_CONFIG_LOC} + "\"")
else()
set(DROGON_CONFIG "\"config.json\"")
set(DROGON_CONFIG "\"../config/config.json\"")
endif()
if(DEFINED MAX_LOG_SIZE)

View file

@ -61,7 +61,6 @@ AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse
cd ../..
mkdir build
cd build
cp ../config/config.json config.json
```
### CMake Flags
@ -92,7 +91,7 @@ lastly type in
```
cmake <flags of your choice or none> ..
make -j<threads>
./bank
sudo ./bank
```
## Certs