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:
parent
8d2e98a1b6
commit
ced02bf87c
1 changed files with 12 additions and 0 deletions
|
@ -127,6 +127,18 @@ module.exports = {
|
||||||
*/
|
*/
|
||||||
adminEmail: '__EMAIL__',
|
adminEmail: '__EMAIL__',
|
||||||
|
|
||||||
|
/* We're very proud that CryptPad is available to the public as free software!
|
||||||
|
* We do, however, still need to pay our bills as we develop the platform.
|
||||||
|
*
|
||||||
|
* By default CryptPad will prompt users to consider donating to
|
||||||
|
* our OpenCollective campaign. We publish the state of our finances periodically
|
||||||
|
* so you can decide for yourself whether our expenses are reasonable.
|
||||||
|
*
|
||||||
|
* You can disable any solicitations for donations by setting 'removeDonateButton' to true,
|
||||||
|
* but we'd appreciate it if you didn't!
|
||||||
|
*/
|
||||||
|
removeDonateButton: true,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* By default, CryptPad contacts one of our servers once a day.
|
* 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
|
* This check-in will also send some very basic information about your instance including its
|
||||||
|
|
Loading…
Reference in a new issue