mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-02 15:00:02 +00:00
Append the protocol to the uri from the code.
This means if you set uri name to http://example.com in the config file you will actually get base_uri to be http://http://example.com.
This commit is contained in:
parent
59a5d35ee0
commit
c5f2bc055a
6 changed files with 23 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
redis_server = 127.0.0.1
|
||||
redis_port = 6379
|
||||
redis_mode = inet
|
||||
base_uri = http://127.0.0.1:8080
|
||||
base_uri = 127.0.0.1:8080
|
||||
website_root = @CMAKE_CURRENT_BINARY_DIR@/html
|
||||
logging_level = trace
|
||||
log_file = @CMAKE_CURRENT_BINARY_DIR@/tawashi.log
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
redis_server = 127.0.0.1
|
||||
redis_port = 6379
|
||||
redis_mode = inet
|
||||
base_uri = http://127.0.0.1:8080
|
||||
base_uri = 127.0.0.1:8080
|
||||
website_root = html
|
||||
logging_level = trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue