Skip to content

Commit b66c166

Browse files
committed
added env variables to heroku in app.json
1 parent c8865ca commit b66c166

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

app.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,15 @@
1212
"react",
1313
"node",
1414
"postgres"
15-
]
15+
],
16+
"env": {
17+
"KEY": {
18+
"description": "Random secret key.This gets generated automatically",
19+
"value": ""
20+
},
21+
"DBURL": {
22+
"description": "Postgres database url",
23+
"value": ""
24+
}
25+
}
1626
}

0 commit comments

Comments
 (0)