With newest ACE, I had to put following options in config.json
"production": {
"port": "$PORT",
"errorTemplate": true,
"localBaseUrl": "https://example.herokuapp.com",
"store": {
"dialect": "postgres",
"url": "$DATABASE_URL",
"dialectOptions": {
"ssl": {
"require": true,
"rejectUnauthorized": false
}
}
},
"whitelist": [
"*.jira-dev.com",
"*.atlassian.net",
"*.atlassian.com",
"*.jira.com"
]
},