Browse Source

Fixed commata.

pull/313/head
Sebastian Stehle 7 years ago
parent
commit
bfc5d78bb0
  1. 4
      src/Squidex/appsettings.json

4
src/Squidex/appsettings.json

@ -12,7 +12,7 @@
*/ */
"baseUrl": "http://localhost:5000", "baseUrl": "http://localhost:5000",
/* /*7
* Set it to true to redirect the user from http to https permanently. * Set it to true to redirect the user from http to https permanently.
*/ */
"enforceHttps": false "enforceHttps": false
@ -238,7 +238,7 @@
"oidcName": "OIDC", "oidcName": "OIDC",
"oidcAuthority": "", "oidcAuthority": "",
"oidcClient": "", "oidcClient": "",
"oidcSecret": "" "oidcSecret": "",
/* /*
* Lock new users automatically, the administrator must unlock them. * Lock new users automatically, the administrator must unlock them.
*/ */

Loading…
Cancel
Save