We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ac18a commit e0394f4Copy full SHA for e0394f4
docs/concepts/index.md
@@ -54,6 +54,10 @@ JS object that maps feature toggle keys to their respective configurations.
54
| | `featureToggles.configFiles` | `options.configFiles` |
55
| runtime | `featureToggles.config` | `options.config` |
56
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
+
61
## Single Key Approach
62
63
|  |
0 commit comments