@@ -166,7 +166,7 @@ The client depends on the information for features and segments being updated ex
166166The scripts are configured through a JSON settings file, like the following: ::
167167
168168 {
169- "apiKey ": "some-api -key",
169+ "sdkKey ": "some-sdk -key",
170170 "sdkApiBaseUrl": "https://sdk.split.io/api",
171171 "eventsApiBaseUrl": "https://events.split.io/api",
172172 "redisFactory": 'some.redis.factory',
@@ -180,7 +180,7 @@ These are the possible configuration parameters:
180180+------------------------+------+--------------------------------------------------------+-------------------------------+
181181| Key | Type | Description | Default |
182182+========================+======+========================================================+===============================+
183- | apiKey | str | A valid Split.io API key. | None |
183+ | sdkKey | str | A valid Split.io SDK key. | None |
184184+------------------------+------+--------------------------------------------------------+-------------------------------+
185185| sdkApiBaseUrl | str | The SDK API url base | "https://sdk.split.io/api" |
186186+------------------------+------+--------------------------------------------------------+-------------------------------+
@@ -238,7 +238,7 @@ On the other hand, there is available a python script named ``splitio.bin.synchr
238238 The configuration file is a JSON file with the following fields:
239239
240240 {
241- "apiKey ": "YOUR_API_KEY ",
241+ "sdkKey ": "YOUR_SDK_KEY ",
242242 "redisHost": "REDIS_DNS_OR_IP",
243243 "redisPort": 6379,
244244 "redisDb": 0
@@ -274,7 +274,7 @@ In order to support Redis' Sentinel host discovery, you need to provide a custom
274274Afterwards you tell the client to use this factory using the config file: ::
275275
276276 {
277- "apiKey ": "some-api -key",
277+ "sdkKey ": "some-sdk -key",
278278 "sdkApiBaseUrl": "https://sdk.split.io/api",
279279 "eventsApiBaseUrl": "https://events.split.io/api",
280280 "redisFactory": 'redis_config.my_redis_factory'
0 commit comments