From 5821256590e2412ac15504d11b3de1ecc3c8d0ef Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 11 Jul 2020 07:01:29 +0200 Subject: [PATCH] Fix https://github.com/firefly-iii/firefly-iii/issues/3545 --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index a8fcb30a19..da8dcc250e 100644 --- a/app.json +++ b/app.json @@ -41,7 +41,7 @@ { "plan": "heroku-postgresql", "options": { - "version": "9.5" + "version": "12" } } ], @@ -58,7 +58,7 @@ ], "env": { "APP_KEY": { - "description": "This key is used to encrypt your data.", + "description": "This key is used to create app cookies en secure attachments.", "value": "base64:If1gJN4pyycXTq+WS5TjneDympKuu+8SKvTl6RZnhJg=" } }