chore(goff): try GO Feature Flag deployment
This commit is contained in:
parent
d15c2c1d0e
commit
81b988de17
7 changed files with 158 additions and 0 deletions
14
apps/goff/base/default-flags.yaml
Normal file
14
apps/goff/base/default-flags.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
my-first-flag:
|
||||
variations:
|
||||
Variation_1: true
|
||||
Variation_2: false
|
||||
trackEvents: false
|
||||
targeting:
|
||||
- name: Rule 1
|
||||
query: tenant eq 1
|
||||
variation: Variation_2
|
||||
- name: Rule 1
|
||||
query: lastname eq "Doe"
|
||||
variation: Variation_1
|
||||
defaultRule:
|
||||
variation: Variation_1
|
||||
Loading…
Add table
Add a link
Reference in a new issue