forked from commercetools/commercetools-sunrise-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 1.09 KB
/
app.json
File metadata and controls
32 lines (32 loc) · 1.09 KB
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
{
"name": "Commercetools Sunrise PHP",
"description": "Create your own webshop in minutes with commercetoolsm platform and our template 'sunrise'",
"repository": "https://github.com/commercetools/commercetools-sunrise-php",
"logo": "http://www.commercetools.com/assets/img/ct_logo_farbe.gif",
"keywords": ["commercetools", "sphere", "ecommerce", "shopping"],
"env": {
"SECRET_TOKEN": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"
},
"CTP_CLIENT_ID": {
"description": "The client ID of your commercetools platform project.",
"required": true
},
"CTP_CLIENT_SECRET": {
"description": "The client ID of your commercetools platform project.",
"required": true
},
"CTP_PROJECT": {
"description": "The project key for your commercetools platform project.",
"required": true
},
"SYMFONY_ENV": {
"description": "The symfony environment to be used",
"value": "prod"
}
},
"scripts": {
"postdeploy": "bin/console cache:warmup --env=prod --no-debug"
}
}