Integration to github repo

@bconway
Is there a location somewhere where I can find out all the possible key/value pairs that can be used in the toml files? For instance the chirpstack.toml that you pointed me to is very barren yet another github repo had a ton of key value pairs and tables. I would like to explore what they all can do / mean and possibly add them

I just want to add here that I am running these all in a docker container…as you can see the chirpstack --help command doesn’t talk anything about what the various toml keys can be and how to use them…Also interested in the chirpstack-gateway-bridge.toml

image

I found this link :
https://forum.chirpstack.io/t/full-example-of-chirpstack-toml/18858

that you answered but I tried this within /configuration folder

chirpstack configfile > /etc/chirpstack.toml

only to get error:
-bash: /etc/chirpstack.toml: Permission denied

I am sure my linux ignorance is awry here…(I did a chmod to 777 and still get error)
Thanks