fix: Unable to run migrations in latest image. Added option to run non-SSL migration in production

This commit is contained in:
Tom Moor
2020-09-27 10:32:08 -07:00
parent 1d5f735032
commit 6bb32c253b
3 changed files with 6 additions and 2 deletions

View File

@@ -15,5 +15,9 @@
"rejectUnauthorized": false
}
}
},
"production-ssl-disabled": {
"use_env_variable": "DATABASE_URL",
"dialect": "postgres"
}
}