You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
439 B
18 lines
439 B
## |
|
## config.yaml -- InfluxDB server configuration |
|
## |
|
|
|
log-level: info |
|
|
|
http-bind-address: "127.0.0.1:8086" |
|
instance-id: "127.0.0.1:8086" |
|
|
|
assets-path: "@l_prefix@/share/influxdb" |
|
|
|
bolt-path: "@l_prefix@/var/influxdb/db/influxd.bolt" |
|
sqlite-path: "@l_prefix@/var/influxdb/db/influxd.sqlite" |
|
engine-path: "@l_prefix@/var/influxdb/db/influxd.engine" |
|
|
|
secret-store: bolt |
|
store: disk |
|
|
|
|