Fix #1 - Typo in example config file

There was a typo (missing double quotes). This fixes #1
This commit is contained in:
Adrià 2017-03-01 09:03:03 +01:00
parent bd136345c0
commit ed243b08f8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
Server A": { "Server A": {
"url": "http://one.example.com:2812", "url": "http://one.example.com:2812",
"user": "monit", "user": "monit",
"passwd": "secret" "passwd": "secret"