Hello team, If there are 3 environments(dev, stagi...
# announcements
a
Hello team, If there are 3 environments(dev, staging and production), for feature flags, how do we set 3 different values without forced rule, because these rules will not be there and no rule can satisfy our targeting app Default Feature: login_enabled_countries=[1,2,3] For Dev I need = [1,2] For Staging = [1] and for production = [] Please help in achieving this without forced value, just I need to change the values
👀 1
f
Hi Anand, you would need to use a Forced Value rule for this. You don't have to define any targeting conditions though. We default the form to include a targeting condition (since that's the most common use case), but you can click the red "remove" link to get rid of it.
a
thanks Jeremy