From 7e91a4240edd0c5ed68b5bb9e2779c4cd52830a3 Mon Sep 17 00:00:00 2001 From: Polina Nguen Date: Sun, 26 Apr 2020 19:26:40 -0700 Subject: [PATCH 1/2] Fix table in Advanced configuration --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 48f29ca9..712ed380 100644 --- a/README.md +++ b/README.md @@ -124,13 +124,13 @@ notification_center. The following properties can be set to override the default configurations for [PollingConfigManager]{.title-ref}. - **PropertyName** **Default Value** **Description** - ------------------ ----------------------------------------------------------- -------------------------------------------------------------------------------------- - update_interval 5 minutes Fixed delay between fetches for the datafile - sdk_key None Optimizely project SDK key - url None URL override location used to specify custom HTTP source for the Optimizely datafile - url_template https://cdn.optimizely.com/datafiles/{sdk_key}.json Parameterized datafile URL by SDK key - datafile None Initial datafile, typically sourced from a local cached source +| **Property Name** |**Default Value**| **Description** | +|:-----------------------:|:---------------:|:--------------------------------------------------------------:| +| update_interval | 5 minutes | Fixed delay between fetches for the datafile | +| sdk_key | None | Optimizely project SDK key | +| url | None | URL override location used to specify custom | +| HTTP source for Optimizely datafile
url_template |https://cdn.optimizely.com/datafiles/{sdk_key}.json|Parameterized datafile URL by SDK key| +| datafile | None | Initial datafile, typically sourced from a local cached source | A notification signal will be triggered whenever a *new* datafile is fetched and Project Config is updated. To subscribe to these From e7e1cbdaf0de1ca0b87d237235982179cd2b0895 Mon Sep 17 00:00:00 2001 From: Polina Nguen Date: Sun, 26 Apr 2020 19:27:45 -0700 Subject: [PATCH 2/2] Fix anchor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712ed380..16ea39e6 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ notification_center. #### Advanced configuration The following properties can be set to override the default -configurations for [PollingConfigManager]{.title-ref}. +configurations for [PollingConfigManager](#pollingconfigmanager). | **Property Name** |**Default Value**| **Description** | |:-----------------------:|:---------------:|:--------------------------------------------------------------:|