use pgcrypto

This commit is contained in:
Ammar Qaffaf
2024-02-26 14:13:58 +03:00
parent 0764793874
commit 1bfcbf0904
7 changed files with 23 additions and 12 deletions

View File

@ -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'))),
}),
}),
],