We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d651d8 commit cba744dCopy full SHA for cba744d
charts/cryptpad/templates/configmap.yaml
@@ -42,7 +42,7 @@ data:
42
* STORAGE
43
* ===================== */
44
45
- //inactiveTime: 90, // days
+ inactiveTime: 1, // days
46
//archiveRetentionTime: 15,
47
//accountRetentionTime: 365,
48
//disableIntegratedEviction: true,
@@ -83,5 +83,10 @@ data:
83
AppConfig.supportLanguages = [ 'en', 'de' ];
84
AppConfig.loginSalt = '{{ .Values.loginSalt }}'
85
86
+ // a bit security by obscurity
87
+ AppConfig.registeredOnlyTypes = AppConfig.availablePadTypes;
88
+ AppConfig.disableAnonymousStore = false;
89
+ AppConfig.disableAnonymousPadCreation = false;
90
+
91
return AppConfig;
92
});
0 commit comments