We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6047 commit fcf8c3fCopy full SHA for fcf8c3f
app.json
@@ -3,5 +3,12 @@
3
"description": "Self-destructing notes written on Go",
4
"repository": "https://github.com/osminogin/tornote",
5
"keywords": ["go", "golang"],
6
- "addons": ["heroku-postgresql:hobby-dev"]
+ "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
14
}
0 commit comments