mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 14:18:19 +00:00
This commit is contained in:
4
app.json
4
app.json
@@ -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="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user