summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-07-26 12:38:02 +0300
committerGitHub <noreply@github.com>2023-07-26 12:38:02 +0300
commita14983c7eea9dc76d28f097f9bb7e48681550263 (patch)
treeef70f166e1d67b31b324a1306d2fd93bcbcc994b /aclk
parent60730c1e479a887e43292da013bb4d237092e8f3 (diff)
change api.netdata.cloud to app.netdata.cloud (#15538)
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 4f46930254..c853c23240 100644
--- a/aclk/README.md
+++ b/aclk/README.md
@@ -12,7 +12,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 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).
+>This list of IPs can change without notice, we strongly advise you to whitelist following domains `app.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).
For a guide to connecting a node using the ACLK, plus additional troubleshooting and reference information, read our [connect to Cloud
documentation](https://github.com/netdata/netdata/blob/master/claim/README.md).
@@ -35,7 +35,7 @@ configuration uses two settings:
```conf
[global]
enabled = yes
- cloud base url = https://api.netdata.cloud
+ cloud base url = https://app.netdata.cloud
```
If your Agent needs to use a proxy to access the internet, you must [set up a proxy for
@@ -96,7 +96,7 @@ must contain only `EOF`.
```bash
[global]
enabled = no
- cloud base url = https://api.netdata.cloud
+ cloud base url = https://app.netdata.cloud
EOF
```