mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
Add a generated tawashi.ini for debug runs.
This commit is contained in:
parent
5baaa8c8a8
commit
660d911539
3 changed files with 12 additions and 1 deletions
|
@ -14,6 +14,10 @@ configure_file(
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}/src/tawashiConfig.h.in"
|
||||
"${TAWASHI_GEN_INCLUDE_DIR}/tawashiConfig.h"
|
||||
)
|
||||
configure_file(
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/config/debug_tawashi.ini.in"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/tawashi.ini"
|
||||
)
|
||||
|
||||
add_subdirectory(lib/incredis)
|
||||
add_subdirectory(lib/mstch)
|
||||
|
|
7
config/debug_tawashi.ini.in
Normal file
7
config/debug_tawashi.ini.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
[tawashi]
|
||||
redis_server = 127.0.0.1
|
||||
redis_port = 6379
|
||||
redis_mode = inet
|
||||
base_uri = http://127.0.0.1:8080
|
||||
website_root = @CMAKE_CURRENT_BINARY_DIR@/html
|
||||
logging_level = debug
|
|
@ -3,5 +3,5 @@ redis_server = 127.0.0.1
|
|||
redis_port = 6379
|
||||
redis_mode = inet
|
||||
base_uri = http://127.0.0.1:8080
|
||||
website_root = /home/michele/dev/code/cpp/tawashi/html
|
||||
website_root = html
|
||||
logging_level = trace
|
||||
|
|
Loading…
Reference in a new issue