James Cole
2020-07-11 07:01:29 +02:00
parent 14e06bfedd
commit 5821256590

View File

@@ -41,7 +41,7 @@
{ {
"plan": "heroku-postgresql", "plan": "heroku-postgresql",
"options": { "options": {
"version": "9.5" "version": "12"
} }
} }
], ],
@@ -58,7 +58,7 @@
], ],
"env": { "env": {
"APP_KEY": { "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=" "value": "base64:If1gJN4pyycXTq+WS5TjneDympKuu+8SKvTl6RZnhJg="
} }
} }