diff options
Diffstat (limited to '')
-rw-r--r-- | tests/alarm_repetition/netdata.conf_with_repetition | 2 | ||||
-rw-r--r-- | tests/alarm_repetition/netdata.conf_without_repetition | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/alarm_repetition/netdata.conf_with_repetition b/tests/alarm_repetition/netdata.conf_with_repetition index e1424abfd..5a1d88b51 100644 --- a/tests/alarm_repetition/netdata.conf_with_repetition +++ b/tests/alarm_repetition/netdata.conf_with_repetition @@ -51,4 +51,4 @@ allow from = * [cloud] - cloud base url = https://api.netdata.cloud + cloud base url = https://app.netdata.cloud diff --git a/tests/alarm_repetition/netdata.conf_without_repetition b/tests/alarm_repetition/netdata.conf_without_repetition index f11b1632d..e78cef272 100644 --- a/tests/alarm_repetition/netdata.conf_without_repetition +++ b/tests/alarm_repetition/netdata.conf_without_repetition @@ -51,4 +51,4 @@ allow from = * [cloud] - cloud base url = https://api.netdata.cloud + cloud base url = https://app.netdata.cloud |