Browse Source

Setting added.

pull/235/head
Sebastian Stehle 8 years ago
parent
commit
3ccdbfff8e
  1. 7
      src/Squidex/appsettings.json

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

Loading…
Cancel
Save