Merge pull request #1246 from hedgedoc/fix/heroku_pg_ssl
Ignore Postgres SSL errors on Heroku
This commit is contained in:
commit
87c83dcba5
10
bin/heroku
10
bin/heroku
@ -6,6 +6,16 @@ cat << EOF > config.json
|
|||||||
|
|
||||||
{
|
{
|
||||||
"production": {
|
"production": {
|
||||||
|
"db": {
|
||||||
|
"dialect": "postgres",
|
||||||
|
"protocol": "postgres",
|
||||||
|
"dialectOptions": {
|
||||||
|
"ssl": {
|
||||||
|
"require": true,
|
||||||
|
"rejectUnauthorized": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user