1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update config.js

This commit is contained in:
ericgaspar 2021-08-17 13:59:46 +02:00
parent 15cac09994
commit 8d2e98a1b6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -127,6 +127,16 @@ module.exports = {
*/
adminEmail: '__EMAIL__',
/*
* By default, CryptPad contacts one of our servers once a day.
* This check-in will also send some very basic information about your instance including its
* version and the adminEmail so we can reach you if we are aware of a serious problem.
* We will never sell it or send you marketing mail.
*
* If you want to block this check-in and remain set 'blockDailyCheck' to true.
*/
blockDailyCheck: true,
/* =====================
* STORAGE
* ===================== */