Build binary lora-gateway-bridge with fix configuration inside

Hi,
Is it possible to include the configuration inside the binary file?

Thanks

You can do it yourself.
I changed the gate-way-bridge with a json config file.

I mean, can i change default value and rebuilt the binary file by my self? So i can leave json configuration file empty.

Default settings are defined here: https://github.com/brocaar/lora-gateway-bridge/blob/master/cmd/lora-gateway-bridge/main.go#L93. Build instructions are documented here: https://docs.loraserver.io/lora-gateway-bridge/community/source/ :slight_smile:

Thanks @brocaar it work, maybe you can change lora-gateway-bridge documentation at https://docs.loraserver.io/lora-gateway-bridge/community/source/

to $GOPATH/src/github.com/brocaar/lora-gateway-bridge :grinning:

Good catch :wink: Will fix that!