fix: disable saving messages by default
This commit is contained in:
parent
50cc87b399
commit
93b5531b5d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module.exports = {
|
||||||
allowGatewayConnection: true,
|
allowGatewayConnection: true,
|
||||||
// The policy below will make all messages sent over the gateway to be in plain text saved to the database.
|
// The policy below will make all messages sent over the gateway to be in plain text saved to the database.
|
||||||
// This is experimental and dangerous, and, as such, should generally not be used.
|
// This is experimental and dangerous, and, as such, should generally not be used.
|
||||||
allowSavingMessages: true,
|
allowSavingMessages: false,
|
||||||
perUserMaxGatewayConnections: 4
|
perUserMaxGatewayConnections: 4
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
|
|
Reference in a new issue