From 12d5914af97ac026b10f8b3bf53decbebbede0b2 Mon Sep 17 00:00:00 2001 From: pataar Date: Tue, 25 Jul 2023 10:37:45 +0200 Subject: [PATCH] chore(config): ensure the config suggests a countable --- config/prometheus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prometheus.php b/config/prometheus.php index 179b7af..b8bdfab 100644 --- a/config/prometheus.php +++ b/config/prometheus.php @@ -12,7 +12,7 @@ /* * Only these IP's will be allowed to visit the above urls. - * When set to `null` all IP's are allowed. + * All IP's are allowed when empty. */ 'allowed_ips' => [ // '1.2.3.4',