Re-add `APP_KEY` to the Heroku config

This commit is contained in:
Christopher C. Wells 2021-04-06 08:30:46 -07:00
parent 916720ec98
commit 71ddf0f203
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
"heroku-postgresql"
],
"env": {
"APP_KEY": {
"description": "Used for the auth system.",
"generator": "secret"
},
"APP_TIMEZONE": {
"description": "Application time zone.",
"value": "Etc/UTC"