|
|
|
|
|
by cluckindan
497 days ago
|
|
Just put your flags in environment variables. Depending on your infra, that can already make them toggleable without a redeployment: a restart of the apps/containers on the new envvars is enough. Having them in a separate file would be useful if you need to be able to reload the flags upon receiving SIGUSR1 or something. |
|