refactor refs #5308 Minor change

This commit is contained in:
Guillermo Bonet 2024-02-23 13:55:43 +01:00
parent 652ecdef12
commit ed92613288
1 changed files with 2 additions and 1 deletions

View File

@ -220,7 +220,8 @@ var App = {
SERVER: Conf.defaultServer,
DATABASE: Conf.dbName,
SSLCA: this.certFile,
SSLMODE: 'REQUIRED',
SSLMODE: 'VERIFY_IDENTITY',
SSLCIPHER: 'AES256-SHA',
AUTO_RECONNECT: 1,
NO_PROMPT: 1,
NO_BIGINT: 1