File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 following to set system user to the current user: `export ST2TESTS_SYSTEM_USER=$(id -un) ` #6242
8787 Contributed by @cognifloyd
8888
89+ * Added experimental support for setting conf vars via environment variables. All settings in `st2.conf ` can be
90+ overriden via enviornment vars in the format: `ST2_<conf section>__<option name> ` (env vars are upper cased)
91+ For example, the `[database].password ` setting in `st2.conf ` could be overriden using `ST2_DATABASE__PASSWORD `.
92+ This new feature is based on oslo_config's environment support, but patches it to use the `ST2_ ` prefix.
93+ If you experience any issues when using this experimental feature, please file an issue. #6277
94+ Contributed by @cognifloyd
95+
89963.8.1 - December 13, 2023
9097-------------------------
9198Fixed
You can’t perform that action at this time.
0 commit comments