From 925ebcc06e365288493f5946a0a02a94c53af6db Mon Sep 17 00:00:00 2001 From: YuLun Shih Date: Fri, 12 Oct 2018 14:50:45 -0700 Subject: [PATCH] Add missing comma --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 6d6c6948b..641c56498 100644 --- a/settings.js +++ b/settings.js @@ -148,7 +148,7 @@ module.exports = { // The following property can be used to cause insecure HTTP connections to // be redirected to HTTPS. - //requireHttps: true + //requireHttps: true, // The following property can be used to disable the editor. The admin API // is not affected by this option. To disable both the editor and the admin