Browse Source

fix typo in example config

pull/1/head
sankerust 5 years ago
parent
commit
30d0e3e3be
  1. 2
      config.example.json

2
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"
}

Loading…
Cancel
Save