Skip to content

Commit e0394f4

Browse files
committed
add configuration as concept 4
1 parent 83ac18a commit e0394f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/concepts/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ JS object that maps feature toggle keys to their respective configurations.
5454
| | `featureToggles.configFiles` | `options.configFiles` |
5555
| runtime | `featureToggles.config` | `options.config` |
5656

57+
This approach allows you to override configurations at various levels. To make the actual runtime configuration clear,
58+
you can use the `/rest/feature/state`, or `/rest/feature/redisRead` endpoints, or their underlying library counterpart
59+
`toggles.getFeaturesInfos()`.
60+
5761
## Single Key Approach
5862

5963
| ![](concepts-single-key.png) |

0 commit comments

Comments
 (0)