File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ if possible, validated values from Redis.
3434
3535## Configuration
3636
37- We define three layers for configurations: auto, files, runtime. You can think of each layer as a
37+ We define three layers for toggle configurations: auto, files, runtime. You can think of each layer as a
3838JS object that maps feature toggle keys to their respective configurations.
3939
4040- _ auto_ : are configurations recognized automatically _ before initialization_ . This layer is meant to be used for the
4141 CDS modelling feature toggles of the form ` /fts/<feature-name> ` . For details see
4242 [ Feature Vector Provider] ({{ site.baseurl }}/plugin/#feature-vector-provider).
4343- _ files_ : are configuration files read _ during initialization_ . Files can be either in JSON or YAML format. For
44- details see [ Configuration Syntax ] ({{ site.baseurl }}/usage/#configuration). This layer takes precedence over auto
44+ details see [ Configuration Usage ] ({{ site.baseurl }}/usage/#configuration). This layer takes precedence over auto
4545 and the order of the files determines their precedence, with the last occurrence of a configuration overriding
4646 previous occurrences.
4747- _ runtime_ : are configurations passed just-in-time for initialization. This layer takes precedence over auto and
You can’t perform that action at this time.
0 commit comments