mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-02-09 09:23:56 +00:00
This allows support for having tawashi in a subdirectory of your domain, eg http://example.com/tawashi
9 lines
240 B
INI
9 lines
240 B
INI
[tawashi]
|
|
redis_server = 127.0.0.1
|
|
redis_port = 6379
|
|
redis_mode = inet
|
|
host_name = 127.0.0.1
|
|
host_port = from_downstream
|
|
website_root = @CMAKE_CURRENT_BINARY_DIR@/html
|
|
logging_level = trace
|
|
log_file = @CMAKE_CURRENT_BINARY_DIR@/tawashi.log
|