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
The Substitution of the environment variables in config file enables easy implementation for the dynamic switching from Border Gateway to Relay Gateway ( same matter as in issue/feature request #28). This change will eliminate the need to duplicate configuration file or direct string manipulation/substitution in toml file. The "substitute environment variables" functionality works well in ChirpStack LNS so it might be a good solution also in the ChirpStack-gateway-mesh module?
Substitute environment variables in config file
The Substitution of the environment variables in config file enables easy implementation for the dynamic switching from Border Gateway to Relay Gateway ( same matter as in issue/feature request #28). This change will eliminate the need to duplicate configuration file or direct string manipulation/substitution in toml file. The
"substitute environment variables"
functionality works well in ChirpStack LNS so it might be a good solution also in the ChirpStack-gateway-mesh module?The proposed implementation can be found, for example in
chirpstack/chirpstack/src/config.rs – line799.
Please see line
// substitute environment variables in config file
.The text was updated successfully, but these errors were encountered: