We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaa2906 + 2536370 commit acb1f59Copy full SHA for acb1f59
src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md
@@ -247,3 +247,12 @@ analytics.load({
247
cdnSettings: {...} // object from https://cdn.segment.com/v1/projects/<YOUR_WRITE_KEY>/settings'
248
})
249
```
250
+
251
+## Restore the API host to the Segment default
252
253
+If you wish to restore the proxied API host to it's original value:
254
+1. Navigate to the **Source > Settings > Analytis.js tab**
255
+2. Scroll down until you see the Host address field.
256
+3. Under the field, there is a small blue text that says 'Restore to a default value'. Click **Restore** and then **Save**.
257
258
+Any changes made to the CDN host must be update manually in your code.
0 commit comments