summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-10-24 15:17:17 +0200
committerGitHub <noreply@github.com>2022-10-24 15:17:17 +0200
commitde96dd73f2878346edaf1aa4e7c6cf45ad11173e (patch)
treecff82347410984ead0615f4e289bf19ed313fa0f /aclk
parent29271f575a65ed5cd13265413bff3b32398bd538 (diff)
app to api netdata cloud (#13856)
Diffstat (limited to 'aclk')
-rw-r--r--aclk/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/aclk/README.md b/aclk/README.md
index 6f541c38e5..0b63640f24 100644
--- a/aclk/README.md
+++ b/aclk/README.md
@@ -19,7 +19,7 @@ The Cloud App lives at app.netdata.cloud which currently resolves to the followi
:::caution
-This list of IPs can change without notice, we strongly advise you to whitelist the domain `app.netdata.cloud`, if
+This list of IPs can change without notice, we strongly advise you to whitelist following domains `api.netdata.cloud`, `mqtt.netdata.cloud`, if
this is not an option in your case always verify the current domain resolution (e.g via the `host` command).
:::
@@ -49,7 +49,7 @@ configuration uses two settings:
```conf
[global]
enabled = yes
- cloud base url = https://app.netdata.cloud
+ cloud base url = https://api.netdata.cloud
```
If your Agent needs to use a proxy to access the internet, you must [set up a proxy for
@@ -112,7 +112,7 @@ must contain only `EOF`.
```bash
[global]
enabled = no
- cloud base url = https://app.netdata.cloud
+ cloud base url = https://api.netdata.cloud
EOF
```