Default key for instant deployment [skip ci]

This commit is contained in:
James Cole 2017-04-27 03:11:50 +02:00
parent 83090ade94
commit 46b4100291
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -44,5 +44,16 @@
],
"scripts": {
"postdeploy": "export APP_KEY=$(php artisan --no-ansi key:generate --show)"
},
"buildpacks": [
{
"url": "heroku/php"
}
],
"env": {
"APP_KEY": {
"description": "A secret key for verifying the integrity of signed cookies.",
"value": "base64:If1gJN4pyycXTq+WS5TjneDympKuu+8SKvTl6RZnhJg="
}
}
}