We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f590b61 commit e2c5257Copy full SHA for e2c5257
app.json
@@ -0,0 +1,33 @@
1
+{
2
+ "addons": [
3
+ "heroku-postgresql"
4
+ ],
5
+ "buildpacks": [
6
+ {
7
+ "url": "heroku/nodejs"
8
+ }
9
10
+ "env": {
11
+ "NODE_ENV": {
12
+ "required": true
13
+ },
14
+ "PORT": {
15
16
17
+ "SECRET_KEY": {
18
19
20
+ "DATABASE_URL": {
21
22
23
24
+ "formation": {
25
+ "web": {
26
+ "quantity": 1
27
28
29
+ "name": "postgres-express-node",
30
+ "scripts": {
31
32
+ "stack": "heroku-18"
33
+}
0 commit comments