Channels
contributing
sdk-kotlin
sdk-react
sdk-javascript
sdk-java
request-features
sdk-php
sdk-python
sdk-golang
sdk-swift
sdk-c-sharp
random
sdk-ruby
ask-questions
give-feedback
announcements
sdk-flutter
Powered by
#announcements
Title
w
wooden-quill-30095
07/18/2023, 6:10 PM
Hey all I have a question! What if I want to serve
false
in one environment and
true
in another. How do I accomplish that?
f
fresh-football-47124
07/18/2023, 6:11 PM
You can set the environment as an attribute
then use force rules to target on that attribute
w
wooden-quill-30095
07/18/2023, 6:12 PM
Is this all I have to do? Does it implicitly understand what environment is?
Or do I have to do more wiring?
f
fresh-football-47124
07/18/2023, 6:13 PM
ya, a bit more wiring - in the SDK implementation for each environment, you’ll want to set that same attribute
Post