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
Avoid environment variable for default setting on k8s
Using environment variable make it harder to override the settings,
since only replacing the environment variable will work, configuration
files have less priority.
Only account_id and registration_key are still environment variables to
avoid breaking compatibility (some user already override the bleemeo-credentials
with their own value for those environment variables, converting them to
configuration file won't be transparent for them).
0 commit comments