bland-fall-40636
08/09/2022, 9:24 PMON
in the preview env but OFF
in the production env, unless you have a specific user attribute (basically, when you are an employee of the company)
My setup
Enabled environnement: β
production β
preview
Default value: OFF
Override rules:
β Preview
ifuser attribute equal `dev`then serveenv
(it would be perfect if I would not have to add any condition here)ON
β Production
ifThis setup is working fine but itβs strange to me to have to βhackβ the served value and to have to activate both env with a served valueuser attribute equalemployee
then servetrue
ON
OFF
by default
Am I missing something?
Thanks !future-teacher-7046
bland-fall-40636
08/10/2022, 7:50 AMfuture-teacher-7046
if env = dev
part of the rule and it should still work.bland-fall-40636
08/10/2022, 10:07 AMOFF
is the right way to do it in that particular case?
I would have thought that we would be able to override the Enabled env
variable with forced values but I can live with the way it is right now πfuture-teacher-7046
bland-fall-40636
08/10/2022, 10:58 AM