chore: tls expects ssl to be false or tlsoptions

This commit is contained in:
Jordan Jones 2023-07-30 04:42:22 -07:00
parent a8f662a5ae
commit 1d7f064f4b
No known key found for this signature in database
GPG Key ID: 271D376908CCB5DF

View File

@ -35,7 +35,7 @@ export const dataSourceOptions: DataSourceOptions = {
key: DatabaseSslKey,
cert: DatabaseSslCert,
}
: undefined,
: false,
// logging: 'all',
// synchronize: Env === AppEnvironment.Development,
synchronize: true,