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": {