You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have bootstrap properties that currently is loaded from file.
We need to add implementation to load it from enviroment variables
Describe the solution you'd like
Find solution to collect all names of properties from BootstrapConfigRaw structure. Probably with macros.
Or maybe it is possible to use rust crate config
Implement collect data from enviroment variables and merge data from config. Data from env have bigger priority.