Example multi-server config is invalid JSON
kjoconnor opened this issue · 1 comments
kjoconnor commented
According to jsonlint.org, https://gist.github.com/kumarnitin/5695669 is invalid JSON:
Parse error on line 14:
... }, ], "DataStoreTyp
---------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
kumarnitin commented
Thnx, there was a trailing comma. Fixed.