winix/winixd/main
Tomasz Sowa 64e5114947 allow to read environment variables as config parameters
Environment variables must be prefixed with winix_ to be loaded by winix.
The winix_ prefix is then removed and the key value converted to lowercase.

Sample:
evn WINIX_MY_OPTION=TEST123test winix -c config_file

This will add my_option to the config with value TEST123test.
Environment variables are read last so they will overwrite the values
from the configuration files.
2022-04-16 21:50:23 +02:00
..
Makefile fixed compilation: pikotools is in src subdirectory now 2021-05-27 12:04:41 +02:00
Makefile.dep move AcceptEncodingParser to utils 2022-02-02 18:34:22 +01:00
Makefile.o.dep updated to the new Pikotools API 2018-01-06 18:12:53 +00:00
main.cpp allow to read environment variables as config parameters 2022-04-16 21:50:23 +02:00