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
no way to use env variables for any config, need wrapper script. Easy to put on command line but then it's in plain text in proc.
That's just 2 lines of code to add support for this, so I just did it. As of SPADS 0.13.48 you can now use environment variables in all configuration files and in installation templates.
The syntax is %ENV{envVarName}%, or %(ENV{envVarName}|defaultValue)% to specify a default value when the env var is undefined.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Remark from BAR discord:
That's just 2 lines of code to add support for this, so I just did it. As of SPADS 0.13.48 you can now use environment variables in all configuration files and in installation templates.
The syntax is
%ENV{envVarName}%, or%(ENV{envVarName}|defaultValue)%to specify a default value when the env var is undefined.Beta Was this translation helpful? Give feedback.
All reactions