Browse Source

audit-log-unenabled

soumaeda 2 years ago
parent
commit
454493d829
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/server/service/config-loader.ts

+ 1 - 1
apps/app/src/server/service/config-loader.ts

@@ -614,7 +614,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
     ns: 'crowi',
     key: 'app:auditLogEnabled',
     type: ValueType.BOOLEAN,
-    default: true,
+    default: false,
   },
   ACTIVITY_EXPIRATION_SECONDS: {
     ns: 'crowi',