You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
influxd now supports configuration files. Some important things to cover:
Configuration setting order of precendence:
CLI flags
Environment variables
Settings defined in the config file
Syntax and structure of the config file (yaml, toml, json)
All the configuration keys (same as the CLI flags without the -- prefix)
A config file can be provided via the INFLUXD_CONFIG_FILE env var. If a file is not provided via an env var, influxd will look in the current directory for a config.yaml file. If one does not exist, then it will continue unchanged.
PR: influxdata/influxdb#18568
influxd
now supports configuration files. Some important things to cover:--
prefix)INFLUXD_CONFIG_FILE
env var. If a file is not provided via an env var, influxd will look in the current directory for aconfig.yaml
file. If one does not exist, then it will continue unchanged.Relevant URLs
The text was updated successfully, but these errors were encountered: