ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add config file handling in app #74

Closed amitschang closed 2 months ago

amitschang commented 3 months ago

Read config file on startup and write upon reconfiguration. ~For the moment the location and whether to write are non-configurable.~

Resolves https://github.com/ssec-jhu/evolver-ng/issues/24

Also sneaks in a change to set host and port for http server via environment variables

jamienoss commented 2 months ago

@amitschang Also, I think the files should rep descriptors not just the config such that the file also has the classinfo so that when looking at a config file you know what model it's for.

jamienoss commented 2 months ago

@amitschang My approval doesn't count since I last contributed - I would just admin merge this.