add api to config & propogate config changes

This commit is contained in:
Jimmy Zelinskie
2015-10-11 02:32:24 -04:00
parent 5f413e6e2d
commit 1764fa4a2d
4 changed files with 52 additions and 28 deletions

View File

@@ -15,6 +15,11 @@
"respect_af": false,
"client_whitelist_enabled": false,
"client_whitelist": ["OP1011"],
"api_listen_addr": ":6880",
"api_request_timeout": "4s",
"api_read_timeout": "4s",
"api_write_timeout": "4s",
"api_listen_limit": 0,
"udp_listen_addr": ":6881",
"http_listen_addr": ":6881",
"http_request_timeout": "4s",