File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ by making HTTP requests.
135
135
** Note** : To use [ AuthDatafilePollingConfigManager] ( #authdatafilepollingconfigmanager ) , you must create a secure environment for
136
136
your project and generate an access token for your datafile.
137
137
138
- ** access_token** : The access_token is attached to the outbound HTTP request header to authorize the request and fetch the datafile.
138
+ ** access_token** The access_token is attached to the outbound HTTP request header to authorize the request and fetch the datafile.
139
139
140
140
#### Advanced configuration
141
141
@@ -148,7 +148,7 @@ configurations for [PollingConfigManager](#pollingconfigmanager) and [AuthDatafi
148
148
| datafile | None | Initial datafile, typically sourced from a local cached source |
149
149
| update_interval | 5 minutes | Fixed delay between fetches for the datafile |
150
150
| url | None | Custom URL location from which to fetch the datafile |
151
- | url_template | ` PollingConfigManager ` : <br />https://cdn.optimizely.com/datafiles/{sdk_key}.json <br />` AuthDatafilePollingConfigManager ` : <br />https://config.optimizely.com/datafiles/auth/{sdk_key}.json | Parameterized datafile URL by SDK key |
151
+ | url_template | ` PollingConfigManager: ` <br />https://cdn.optimizely.com/datafiles/{sdk_key}.json <br />` AuthDatafilePollingConfigManager: ` <br />https://config.optimizely.com/datafiles/auth/{sdk_key}.json | Parameterized datafile URL by SDK key |
152
152
153
153
A notification signal will be triggered whenever a _ new_ datafile is
154
154
fetched and Project Config is updated. To subscribe to these
You can’t perform that action at this time.
0 commit comments