From 30d0e3e3bee263f44f53969e47a78a2a3c3b3ca4 Mon Sep 17 00:00:00 2001 From: sankerust Date: Thu, 14 Feb 2019 15:20:52 +0300 Subject: [PATCH] fix typo in example config --- config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 56ebf01..048ddd9 100644 --- a/config.example.json +++ b/config.example.json @@ -4,5 +4,5 @@ "HASTIC_WEBHOOK_URL": "http://localhost:8080", "HASTIC_WEBHOOK_TYPE": "application/x-www-form-urlencoded", "HASTIC_WEBHOOK_SECRET": "mysecret", - "GRAFANA_URL": "http://localhost:3000/" + "GRAFANA_URL": "http://localhost:3000" }