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 fb2d7de commit ae75331Copy full SHA for ae75331
README.md
@@ -24,7 +24,7 @@ from configcat_openfeature_provider import ConfigCatProvider
24
# Configure the OpenFeature API with the ConfigCat provider.
25
api.set_provider(
26
ConfigCatProvider(
27
- "sdk-key",
+ "<YOUR-CONFIGCAT-SDK-KEY>",
28
# Configure the ConfigCat SDK.
29
ConfigCatOptions(
30
polling_mode=PollingMode.auto_poll(60),
0 commit comments