We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61413a1 commit 662e78fCopy full SHA for 662e78f
app.json
@@ -9,18 +9,12 @@
9
"repository": "https://github.com/symfony/symfony-demo",
10
"logo": "https://symfony.com/images/v5/pictos/demoapp.svg?v=4",
11
"success_url": "/",
12
- "scripts": {
13
- "postdeploy": "php bin/console doctrine:schema:create && php bin/console doctrine:fixtures:load -n"
14
- },
15
"env": {
16
"SYMFONY_ENV": "prod",
17
"SYMFONY_SECRET": {
18
"description": "Extra entropy for %kernel.secret%; used for CSRF tokens, cookies and signed URLs.",
19
"generator": "secret"
20
}
21
},
22
- "addons": [
23
- "heroku-postgresql"
24
- ],
25
"image": "heroku/php"
26
0 commit comments