You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the flagd service is running, you can use the SDK with the FlagdProvider as in the following example console application:
50
+
When the flagd service is running, you can use the SDK with the flagd Provider as in the following example console application:
51
51
52
52
```csharp
53
53
usingOpenFeature.Contrib.Providers.Flagd;
@@ -74,7 +74,7 @@ namespace OpenFeatureTestApp
74
74
75
75
### Configuring the FlagdProvider
76
76
77
-
The URI of the flagd server to which the `FlagdProvider` connects to can either be passed directly to the constructor, or be configured using the following environment variables:
77
+
The URI of the flagd server to which the `flagd Provider` connects to can either be passed directly to the constructor, or be configured using the following environment variables:
78
78
79
79
| Option name | Environment variable name | Type | Default | Values |
0 commit comments