Skip to content

Commit

Permalink
Update web-docs/faq.md
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Sep 26, 2023
1 parent 406fe28 commit b42cf5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
> Why do I need this? Can't I just use environment variables?
Feature flags are not environment variables.
If you don't need to update your flag values without restarting your application, target specific users, randomly assign values for experimentation, or perform scheduled roll-outs, you don't need feature flags and you can probably use simple static configuration.
If you need to update your flag values without restarting your application, target specific users, randomly assign values for experimentation, or perform scheduled roll-outs, you should consider using feature flags.
If the values are always static, an environment variable or static configuration may be sufficient.

For more information on feature-flagging concepts, see [feature-flagging](./concepts/feature-flagging.md).

Expand Down

0 comments on commit b42cf5b

Please sign in to comment.