Skip to content

Commit

Permalink
docs: fix resolve type environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Mar 1, 2024
1 parent d1f5534 commit eaf7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Options can be defined in the constructor or as environment variables. Construct
| port | FLAGD_PORT | number | 8013 | |
| tls | FLAGD_TLS | boolean | false | |
| socketPath | FLAGD_SOCKET_PATH | string | - | |
| resolverType | FLAGD_SOURCE_RESOLVER | string | rpc | rpc, in-process |
| resolverType | FLAGD_RESOLVER | string | rpc | rpc, in-process |
| offlineFlagSourcePath | FLAGD_OFFLINE_FLAG_SOURCE_PATH | string | - | |
| selector | FLAGD_SOURCE_SELECTOR | string | - | |
| cache | FLAGD_CACHE | string | lru | lru, disabled |
Expand Down

0 comments on commit eaf7788

Please sign in to comment.