fix: Unable to run migrations in latest image. Added option to run non-SSL migration in production
This commit is contained in:
@@ -15,5 +15,9 @@
|
||||
"rejectUnauthorized": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"production-ssl-disabled": {
|
||||
"use_env_variable": "DATABASE_URL",
|
||||
"dialect": "postgres"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user