winix/winixd
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
..
core allow to read environment variables as config parameters 2022-04-16 21:50:23 +02:00
db updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
etc set correct timetable dst for 'Sarajevo, Skopje, Warsaw, Zagreb' 2022-01-26 22:34:13 +01:00
functions change the way how winix answer is created 2022-02-01 18:44:23 +01:00
html update flatpickr to 4.6.11 2022-04-05 17:37:24 +02:00
locale added a new item content type: markdown 2021-11-26 21:49:21 +01:00
main allow to read environment variables as config parameters 2022-04-16 21:50:23 +02:00
models fix(Item): id should be of type serial 2022-04-11 23:27:49 +02:00
notify changed the way how the request's answer is created, 2021-10-13 01:27:14 +02:00
plugins changed the way how the request's answer is created, 2021-10-13 01:27:14 +02:00
templates change HtmlTextStream iterators type to pt::WTextStream::iterator 2022-02-03 20:57:38 +01:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
utils add some comments in AcceptBaseParser 2022-02-02 18:34:56 +01:00
Makefile move AcceptBaseParser to utils directory 2022-02-02 17:11:46 +01:00
Makefile.dep move AcceptEncodingParser to utils 2022-02-02 18:34:22 +01:00