mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
1646393163
This commit is contained in:
@ -17,9 +17,11 @@ import { User } from '@/users/entities/user.entity';
|
||||
username: configService.get<string>('postgres.username'),
|
||||
password: configService.get<string>('postgres.password'),
|
||||
database: configService.get<string>('postgres.database'),
|
||||
ssl: { ca: configService.get<string>('postgres.certtificate') },
|
||||
synchronize: true,
|
||||
entities: [User, Resume],
|
||||
ssl: {
|
||||
ca: configService.get<string>('postgres.certificate'),
|
||||
},
|
||||
}),
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user