Browse Source

Add default value for showPII

pull/392/head
Andrei 7 years ago
committed by GitHub
parent
commit
e7bf3d74bb
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. * 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. * Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options.
*/ */

Loading…
Cancel
Save