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:
Éric Gaspar 2024-05-24 09:00:10 +02:00
parent 0ba5446d81
commit 7a699c6a86

View file

@ -107,7 +107,7 @@ module.exports = {
* to this port. * to this port.
* *
*/ */
// websocketPort: 3003, // websocketPort: __SOCKET_PORT__,
/* CryptPad will launch a child process for every core available /* CryptPad will launch a child process for every core available
* in order to perform CPU-intensive tasks in parallel. * in order to perform CPU-intensive tasks in parallel.
@ -139,6 +139,21 @@ module.exports = {
*/ */
//enforceMFA: false, //enforceMFA: false,
/* =====================
* Privacy
* ===================== */
/* Depending on where your instance is hosted, you may be required to log IP
* addresses of the users who make a change to a document. This setting allows you
* to do so. You can configure the logging system below in this config file.
* Setting this value to true will include a log for each websocket connection
* including this connection's unique ID, the user public key and the IP.
* NOTE: this option requires a log level of "info" or below.
*
* defaults to false
*/
//logIP: false,
/* ===================== /* =====================
* Admin * Admin
* ===================== */ * ===================== */
@ -155,7 +170,6 @@ module.exports = {
* ] * ]
* *
*/ */
adminKeys: [ adminKeys: [
], ],