Skip to content

Commit

Permalink
FFM-8890 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands committed Aug 2, 2023
1 parent 5bc2f76 commit af906e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,16 +217,15 @@ To enable this, set `hash_flag_and_target_ids` to true.
If `hash_flag_and_target_ids` is not explicitly set, or set to false, the SDK will use the original hashing method.

```elixir
config :cfclient,
log_level: :debug,
verbose_evaluation_logs: true,
[api_key: System.get_env("FF_API_KEY_0"),
# For additional config you can pass in, see Erlang SDK docs: https://github.com/harness/ff-erlang-server-sdk/blob/main/docs/further_reading.md#further-reading
# we are just using the main config url here as an example.
config: [
config_url: "https://config.ff.harness.io/api/1.0",
events_url: "https://events.ff.harness.io/api/1.0",
poll_interval: 60000,
analytics_enabled: true,
hash_flag_and_target_ids: true
]]
```
Expand Down

0 comments on commit af906e3

Please sign in to comment.