bananaml / potassium

An HTTP serving framework by Banana
Apache License 2.0
97 stars 9 forks source link

added config #12

Closed erik-dunteman closed 1 year ago

erik-dunteman commented 1 year ago

What is this?

An env var called DISABLE_INIT which has app.serve() not run init if DISABLE_INIT="True" Users should not be using this feature; it is for Banana internal use.

How did you test it works without regressions?

Default values leave behavior completely unchanged, so no regressions.