From e7bf3d74bb8de6f023f2ecbc3473e9aad620efec Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 27 Jul 2019 23:44:57 +0100 Subject: [PATCH] Add default value for showPII --- src/Squidex/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Squidex/appsettings.json b/src/Squidex/appsettings.json index ab846360a..6e54b1455 100644 --- a/src/Squidex/appsettings.json +++ b/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. */