From af906e36df0f013c0c28eae32a23c8b0f5b72160 Mon Sep 17 00:00:00 2001 From: Erdi Rowlands Date: Wed, 2 Aug 2023 17:06:56 +0100 Subject: [PATCH] FFM-8890 Update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 09ec9e2..21dd6ce 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,8 @@ 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. @@ -226,7 +226,6 @@ If `hash_flag_and_target_ids` is not explicitly set, or set to false, the SDK wi 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 ]] ```