mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
chore: tls expects ssl to be false or tlsoptions
This commit is contained in:
parent
a8f662a5ae
commit
1d7f064f4b
@ -35,7 +35,7 @@ export const dataSourceOptions: DataSourceOptions = {
|
||||
key: DatabaseSslKey,
|
||||
cert: DatabaseSslCert,
|
||||
}
|
||||
: undefined,
|
||||
: false,
|
||||
// logging: 'all',
|
||||
// synchronize: Env === AppEnvironment.Development,
|
||||
synchronize: true,
|
||||
|
Loading…
Reference in New Issue
Block a user