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 ]] ```