From 3ccdbfff8e2eeb403e0963ff8d4ad4b53f553a2b Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 23 Jan 2018 11:54:11 +0100 Subject: [PATCH] Setting added. --- src/Squidex/appsettings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Squidex/appsettings.json b/src/Squidex/appsettings.json index aeed6bf23..f3d1ee074 100644 --- a/src/Squidex/appsettings.json +++ b/src/Squidex/appsettings.json @@ -3,7 +3,12 @@ /* * Set the base url of your application, to generate correct urls in background process. */ - "baseUrl": "http://localhost:5000" + "baseUrl": "http://localhost:5000", + + /* + * Set it to true to redirect the user from http to https permanently. + */ + "enforceHttps": false }, "ui": {