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
Copy file name to clipboardexpand all lines: src/OpenFeature.Contrib.Providers.Flagd/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -77,16 +77,16 @@ namespace OpenFeatureTestApp
77
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 |
Note that if `FLAGD_SOCKET_PATH` is set, this value takes precedence, and the other variables (`FLAGD_HOST`, `FLAGD_PORT`, `FLAGD_TLS`, `FLAGD_SERVER_CERT_PATH`) are disregarded.
@@ -112,7 +112,7 @@ var unixFlagdProvider = new FlagdProvider(new Uri("unix://socket.tmp"));
112
112
## In-process resolver type
113
113
114
114
The flagd provider also supports the [in-process provider mode](https://flagd.dev/reference/specifications/in-process-providers/),
115
-
which is activated by setting the `FLAGD_RESOLVER_TYPE` env var to `IN_PROCESS`.
115
+
which is activated by setting the `FLAGD_RESOLVER` env var to `IN_PROCESS`.
116
116
In this mode, the provider will connect to a service implementing the [flagd.sync.v1 interface](https://github.com/open-feature/flagd-schemas/blob/main/protobuf/flagd/sync/v1/sync.proto)
117
117
and subscribe to a feature flag configuration determined by the `FLAGD_SOURCE_SELECTOR`.
118
118
After an initial retrieval of the desired flag configuration, the in-process provider will keep the latest known state in memory,
0 commit comments