1646393163

This commit is contained in:
Amruth Pillai
2022-03-04 12:26:03 +01:00
parent e1529e03f9
commit 269d5206e6
4 changed files with 6 additions and 3 deletions

View File

@ -6,5 +6,5 @@ export default registerAs('postgres', () => ({
username: process.env.POSTGRES_USERNAME,
password: process.env.POSTGRES_PASSWORD,
database: process.env.POSTGRES_DATABASE,
certificate: process.env.CA_CERT,
certificate: process.env.POSTGRES_SSL_CERT,
}));