We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 181adbd + 1cdfbad commit 7200506Copy full SHA for 7200506
2 files changed
app.json
@@ -143,6 +143,10 @@
143
"CMD_ALLOW_PDF_EXPORT": {
144
"description": "Enable or disable PDF exports",
145
"required": false
146
+ },
147
+ "PGSSLMODE": {
148
+ "description": "Enforce PG SSL mode",
149
+ "value": "require"
150
}
151
},
152
"addons": [
package.json
@@ -27,7 +27,7 @@
27
"coverage:ci": "nyc mocha --no-color -R dot --require intelli-espower-loader --exit --recursive ./test",
28
"test": "npm run-script lint && npm run-script jsonlint && npm run-script coverage",
29
"test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci",
30
- "postinstall": "bin/heroku"
+ "heroku-postbuild": "npm run build && ./bin/heroku"
31
32
"dependencies": {
33
"@aws-sdk/client-s3-node": "0.1.0-preview.2",
0 commit comments