@@ -106,27 +106,27 @@ variables.
106106
107107Given below are the supported configurations:
108108
109- | Option name | Environment variable name | Type & Values | Default | Compatible resolver |
110- | -----------------------| --------------------------------| --------------------------| -----------| -------------------------|
111- | resolver | FLAGD_RESOLVER | String - rpc, in-process | rpc | |
112- | host | FLAGD_HOST | String | localhost | rpc & in-process |
113- | port | FLAGD_PORT | int | 8013 | rpc & in-process |
114- | targetUri | FLAGD_TARGET_URI | string | null | rpc & in-process |
115- | tls | FLAGD_TLS | boolean | false | rpc & in-process |
116- | defaultAuthority | FLAGD_DEFAULT_AUTHORITY | String | null | rpc & in-process |
117- | socketPath | FLAGD_SOCKET_PATH | String | null | rpc & in-process |
118- | certPath | FLAGD_SERVER_CERT_PATH | String | null | rpc & in-process |
119- | deadline | FLAGD_DEADLINE_MS | int | 500 | rpc & in-process & file |
120- | streamDeadlineMs | FLAGD_STREAM_DEADLINE_MS | int | 600000 | rpc & in-process |
121- | keepAliveTime | FLAGD_KEEP_ALIVE_TIME_MS | long | 0 | rpc & in-process |
122- | selector | FLAGD_SOURCE_SELECTOR | String | null | in-process |
123- | providerId | FLAGD_SOURCE_PROVIDER_ID | String | null | in-process |
124- | cache | FLAGD_CACHE | String - lru, disabled | lru | rpc |
125- | maxCacheSize | FLAGD_MAX_CACHE_SIZE | int | 1000 | rpc |
126- | maxEventStreamRetries | FLAGD_MAX_EVENT_STREAM_RETRIES | int | 5 | rpc |
127- | retryBackoffMs | FLAGD_RETRY_BACKOFF_MS | int | 1000 | rpc |
128- | offlineFlagSourcePath | FLAGD_OFFLINE_FLAG_SOURCE_PATH | String | null | file |
129- | offlinePollIntervalMs | FLAGD_OFFLINE_POLL_MS | int | 5000 | file |
109+ | Option name | Environment variable name | Type & Values | Default | Compatible resolver |
110+ | -----------------------| ------------------------------------------------------------------------ | --------------------------| -------------------- -----------| -------------------------|
111+ | resolver | FLAGD_RESOLVER | String - rpc, in-process | rpc | |
112+ | host | FLAGD_HOST | String | localhost | rpc & in-process |
113+ | port | FLAGD_PORT (rpc), FLAGD_SYNC_PORT (in-process, FLAGD_PORT as fallback) | int | 8013 (rpc), 8015 (in-process) | rpc & in-process |
114+ | targetUri | FLAGD_TARGET_URI | string | null | rpc & in-process |
115+ | tls | FLAGD_TLS | boolean | false | rpc & in-process |
116+ | defaultAuthority | FLAGD_DEFAULT_AUTHORITY | String | null | rpc & in-process |
117+ | socketPath | FLAGD_SOCKET_PATH | String | null | rpc & in-process |
118+ | certPath | FLAGD_SERVER_CERT_PATH | String | null | rpc & in-process |
119+ | deadline | FLAGD_DEADLINE_MS | int | 500 | rpc & in-process & file |
120+ | streamDeadlineMs | FLAGD_STREAM_DEADLINE_MS | int | 600000 | rpc & in-process |
121+ | keepAliveTime | FLAGD_KEEP_ALIVE_TIME_MS | long | 0 | rpc & in-process |
122+ | selector | FLAGD_SOURCE_SELECTOR | String | null | in-process |
123+ | providerId | FLAGD_SOURCE_PROVIDER_ID | String | null | in-process |
124+ | cache | FLAGD_CACHE | String - lru, disabled | lru | rpc |
125+ | maxCacheSize | FLAGD_MAX_CACHE_SIZE | int | 1000 | rpc |
126+ | maxEventStreamRetries | FLAGD_MAX_EVENT_STREAM_RETRIES | int | 5 | rpc |
127+ | retryBackoffMs | FLAGD_RETRY_BACKOFF_MS | int | 1000 | rpc |
128+ | offlineFlagSourcePath | FLAGD_OFFLINE_FLAG_SOURCE_PATH | String | null | file |
129+ | offlinePollIntervalMs | FLAGD_OFFLINE_POLL_MS | int | 5000 | file |
130130
131131> [ !NOTE]
132132> Some configurations are only applicable for RPC resolver.
0 commit comments