From 85a39623db5faddab54cfcede5019595e7b412f1 Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Mon, 5 Nov 2012 05:12:48 -0800 Subject: [PATCH] Updated Example Production Settings.JSON (markdown) --- Example-Production-Settings.JSON.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Example-Production-Settings.JSON.md b/Example-Production-Settings.JSON.md index 03f36a4..a12d293 100644 --- a/Example-Production-Settings.JSON.md +++ b/Example-Production-Settings.JSON.md @@ -1,3 +1,4 @@ +``` /* This file must be valid JSON. But comments are allowed @@ -59,4 +60,5 @@ /* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */ "loglevel": "ERROR" -} \ No newline at end of file +} +``` \ No newline at end of file