chirpstack-gateway-bridge
chirpstack-gateway-bridge copied to clipboard
Support multiple configuration files with the --config flag
This allows to start the Gateway Bridge with multiple --config arguments (or -c) to provide multiple configuration files. The files are concatenated and then parsed as before. The set of files must be consistent (e.g. each toml section only once between the files)
The concentratord has a similar behavior.