OpenAgricultureFoundation / openag-device-software

Software for running controlled grow environments on Linux / OSX machines and embedded linux devices such as Beaglebones and Raspberry Pis.
GNU General Public License v3.0
193 stars 49 forks source link

Pull all URLs and endpoints etc into a single configuration file #275

Open srmoore opened 4 years ago

srmoore commented 4 years ago

All URLs for things like where to push Images, MQTT endpoints, etc. should be pulled into a single file. Later this could be populated using the .well-known on the host. Changing an endpoint should not require a complete build deploy cycle.