revert: Allow postgres connections that require ssl mode (#408)
This reverts commit eea57ff121.
This commit is contained in:
@@ -8,12 +8,7 @@ dotenv.config({
|
||||
|
||||
module.exports = {
|
||||
client: 'pg',
|
||||
connection: {
|
||||
connectionString: process.env.DATABASE_URL,
|
||||
ssl: {
|
||||
rejectUnauthorized: false,
|
||||
},
|
||||
},
|
||||
connection: process.env.DATABASE_URL,
|
||||
migrations: {
|
||||
tableName: 'migration',
|
||||
directory: path.join(__dirname, 'migrations'),
|
||||
|
||||
Reference in New Issue
Block a user