Skip to content

Commit fcf8c3f

Browse files
committed
Heroku manifest updated with environment vars
1 parent 53e6047 commit fcf8c3f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
"description": "Self-destructing notes written on Go",
44
"repository": "https://github.com/osminogin/tornote",
55
"keywords": ["go", "golang"],
6-
"addons": ["heroku-postgresql:hobby-dev"]
6+
"addons": ["heroku-postgresql:hobby-dev"],
7+
"env": {
8+
"HTTPS_ONLY": "False",
9+
"SECRET_KEY": {
10+
"description": "A secret key for a particular installation.",
11+
"generator": "secret"
12+
}
13+
}
714
}

0 commit comments

Comments
 (0)