Aliaksandr Valialkin
|
b98ca56d94
|
lib/envflag: add -envflag.prefix for setting optional prefix for environment vars
|
2020-03-30 15:51:19 +03:00 |
|
Aliaksandr Valialkin
|
6819db5686
|
lib/envflag: typo fix in docs to -envflag.enable : envoronment->environment
|
2020-02-27 21:47:58 +02:00 |
|
Aliaksandr Valialkin
|
fed2959658
|
lib/envflag: substitute dots with underscores in env var names if -envflag.enable is set
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/311
|
2020-02-24 21:14:44 +02:00 |
|
Aliaksandr Valialkin
|
025297f15d
|
lib/envflag: check for incorrect flag values read from environment vars
|
2020-02-10 16:08:10 +02:00 |
|
Aliaksandr Valialkin
|
5d207b2025
|
lib/envflag: add -envflag.enable command-line flag for enabling reading flags from environment vars
By default flags are read only from command line. They can be read from environment vars if `-envflag.enable` is set.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/311
|
2020-02-10 16:02:37 +02:00 |
|
Aliaksandr Valialkin
|
8466ab0034
|
all: allow setting flags via environment vars
Now flags can be set via environment vars with the same names as flags.
Command-line flags override flags set via env vars.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/311
|
2020-02-10 13:29:13 +02:00 |
|