This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti c2e7d2bf0e Override influxdb defaults to
* only listen to localhost for security reasons
* don't print debug logs for every call
* don't use the _internal db
2023-05-22 16:08:51 +02:00

8 lines
343 B
Plaintext

[Service]
Environment="INFLUXDB_HTTP_BIND_ADDRESS=127.0.0.1:8086"
Environment="INFLUXDB_MONITOR_STORE_ENABLED=false"
Environment="INFLUXDB_HTTP_LOG_ENABLED=false"
Environment="INFLUXDB_CONTINUOUS_QUERIES_LOG_ENABLED=false"
Environment="INFLUXDB_CONTINUOUS_QUERIES_QUERY_STATS_ENABLED=false"
Environment="INFLUXDB_DATA_QUERY_LOG_ENABLED=false"