From 71ddf0f203748d64a372a27ba3a03da012b26121 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Tue, 6 Apr 2021 08:30:46 -0700 Subject: [PATCH] Re-add `APP_KEY` to the Heroku config --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index b62002e..d2386b7 100644 --- a/app.json +++ b/app.json @@ -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"