Pytlicek / fastapi-featureflags

FastAPI Feature Flags
https://pypi.org/project/fastapi-featureflags/
MIT License
52 stars 7 forks source link

Load FF from dict or env variables #2

Closed Pytlicek closed 2 years ago

Pytlicek commented 2 years ago

Load FF from env variables. This is useful when you want to load feature flags from env variables into docker, so the FF can be reloaded every time the container starts in docker daemon or kubernetes.