Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
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
winixcli add cmp ezc function 2022-01-22 04:35:42 +01:00
winixd allow to read environment variables as config parameters 2022-04-16 21:50:23 +02:00
.editorconfig added .editorconfig file 2021-06-16 18:09:18 +02:00
.gitignore add winixcli/src/winix to .gitignore 2022-01-18 19:46:12 +01:00