forked from orfin/WellCommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
executable file
·33 lines (33 loc) · 902 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "WellCommerce Demo Application",
"description": "The official demo application for the WellCommerce e-commerce platform.",
"keywords": [
"php",
"symfony",
"wellcommerce",
"e-commerce"
],
"addons": [
"cleardb:ignite"
],
"website": "https://wellcommerce.org",
"repository": "https://github.com/WellCommerce/WellCommerce/tree/development",
"logo": "https://pbs.twimg.com/profile_images/575626542585245698/r_DCmVWu_400x400.png",
"success_url": "/",
"scripts": {
"postdeploy": "php app/console wellcommerce:install"
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-php"
}
],
"env": {
"SYMFONY_ENV": "prod",
"SYMFONY_SECRET": {
"description": "Extra entropy for %kernel.secret%; used for CSRF tokens, cookies and signed URLs.",
"generator": "secret"
}
},
"image": "heroku/php"
}