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 dc3aef39..ddee852f 100644 --- a/tests/alarm_repetition/netdata.conf_with_repetition +++ b/tests/alarm_repetition/netdata.conf_with_repetition @@ -52,4 +52,4 @@ allow from = * [cloud] - cloud base url = https://app.netdata.cloud + cloud base url = https://api.netdata.cloud diff --git a/tests/alarm_repetition/netdata.conf_without_repetition b/tests/alarm_repetition/netdata.conf_without_repetition index 27c7b86f..7add0328 100644 --- a/tests/alarm_repetition/netdata.conf_without_repetition +++ b/tests/alarm_repetition/netdata.conf_without_repetition @@ -52,4 +52,4 @@ allow from = * [cloud] - cloud base url = https://app.netdata.cloud + cloud base url = https://api.netdata.cloud |