Browse Source

Merge pull request #392 from crystal-construct/fix/config

Add default value for showPII
pull/396/head
Sebastian Stehle 6 years ago
committed by GitHub
parent
commit
32e08c9941
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Squidex/appsettings.json

2
src/Squidex/appsettings.json

@ -407,7 +407,7 @@
/*
* Set to true to show PII (Personally Identifiable Information) in the logs.
*/
"showPII",
"showPII": false,
/*
* Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options.
*/

Loading…
Cancel
Save