danthegoodman1 / UltraQueue

Distributed pull queue based on Segment's Centrifuge. Zero dependency p2p clustering.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Configuration #9

Open danthegoodman1 opened 2 years ago

danthegoodman1 commented 2 years ago

ENV VARs, but reading them as expected.

Standard configs, and TaskDB specific configs.

Or do we do something with yaml? That way we can pass the taskdb part to the taskdb init as a standard input https://github.com/go-yaml/yaml

could use env vars to either pass in as an env var or as a file on disk