feat: add basic webui
This commit is contained in:
@@ -17,7 +17,7 @@ logger:
|
||||
# Web server configuration
|
||||
server:
|
||||
# Port on which the server will listen. the server binding is 0.0.0.0:{PORT}
|
||||
port: 3001
|
||||
port: 5001
|
||||
# The UI hostname or IP address that mailers will point to.
|
||||
host: http://webui.konobangu.com
|
||||
# Out of the box middleware configuration. to disable middleware you can changed the `enable` field to `false` of comment the middleware block
|
||||
@@ -113,7 +113,7 @@ redis:
|
||||
|
||||
settings:
|
||||
dal:
|
||||
data_dir: ./temp
|
||||
data_dir: ./data
|
||||
mikan:
|
||||
http_client:
|
||||
exponential_backoff_max_retries: 3
|
||||
Reference in New Issue
Block a user