Skip to content

[OASIS-6317] - Fix README.md format #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ notification_center.
#### Advanced configuration

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
configurations for [PollingConfigManager](#pollingconfigmanager).

| **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<br>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
Expand Down