NebraLtd / hm-pyhelper

A helper module used across various Nebra repos to reduce redundant features.
https://nebra.io/hmpyhelper
MIT License
9 stars 16 forks source link

Add onboarding key location (specifically for Helium OG definition) #229

Closed shawaj closed 1 year ago

shawaj commented 1 year ago

This is now defined in the settings.toml file in gateway rs:

https://github.com/helium/gateway-rs/blob/900ac54b1d79f79a7d7d840ed2be0ae29e8964c4/config/settings.toml#L11-L12

And was previously in the sys.config:

https://github.com/helium/miner/blob/6739b568e195ef0c66f0b4db3fece0eefde4d873/config/sys.config#L55

Linked with #221 we should allow definition of a separate onboarding key location

shawaj commented 1 year ago

Added in #227