mirror of https://github.com/kcal-app/kcal.git
Re-add `APP_KEY` to the Heroku config
This commit is contained in:
parent
916720ec98
commit
71ddf0f203
4
app.json
4
app.json
|
|
@ -22,6 +22,10 @@
|
||||||
"heroku-postgresql"
|
"heroku-postgresql"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
|
"APP_KEY": {
|
||||||
|
"description": "Used for the auth system.",
|
||||||
|
"generator": "secret"
|
||||||
|
},
|
||||||
"APP_TIMEZONE": {
|
"APP_TIMEZONE": {
|
||||||
"description": "Application time zone.",
|
"description": "Application time zone.",
|
||||||
"value": "Etc/UTC"
|
"value": "Etc/UTC"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue