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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|
*/ |
|
|
|
|