# When the HTTP API port is not set (or 0), the API service will not start.
# Otherwise the HTTP POST requests can be user to insert or query data points.
#
-#http_api_port = 0
-http_api_port = 9020
\ No newline at end of file
+#http_api_port = 9020
+http_api_port = 0
\ No newline at end of file
static siri_cfg_t siri_cfg = {
.http_status_port=0, /* 0=disabled, 1-16535=enabled */
- .http_api_port=9020, /* 0=disabled, 1-16535=enabled */
+ .http_api_port=0, /* 0=disabled, 1-16535=enabled */
.listen_client_port=9000,
.listen_backend_port=9010,
.bind_client_addr=NULL,