mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-11 07:38:49 +00:00
use pgcrypto
This commit is contained in:
@ -31,6 +31,8 @@ import { UserOtpEntity } from '../modules/user-otp/entities';
|
||||
maxUses: 7500, // close (and replace) a connection after it has been used 7500 times (see below for discussion)
|
||||
},
|
||||
continuationLocalStorage: true,
|
||||
ssl: Boolean(JSON.parse(configService.get('DB_SSL'))),
|
||||
|
||||
}),
|
||||
}),
|
||||
],
|
||||
|
Reference in New Issue
Block a user