This commit is contained in:
Dennis Postma 2024-12-24 22:19:55 +01:00
parent 5990b6d6ac
commit 434f5df7c2

View File

@ -70,7 +70,7 @@ export class Server {
host: config.DB_HOST,
port: config.DB_PORT,
user: config.DB_USER,
password: config.DB_PASSWORD,
password: config.DB_PASS,
debug: config.ENV !== 'production',
driverOptions: {
allowPublicKeyRetrieval: true