The aero docs have a tantalizing reference to using it for feature toggles. Is there a public example of this anywhere? I couldn’t find anything in edge.
@rgm when we do it, it's very boring:
:ig/system
{:web-server
{:do-a? #profile {:staging true :prod false}}}
Then pass do-a?
the part of the code that needs to know.oh, I see. That’s helpful, thanks.
I can imagine merging that stuff in from another source at http server startup.
everything data ftw.