-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp.json
47 lines (47 loc) · 1.8 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "commercetools Donut",
"description": "Create your own webshop in minutes with commercetools and our template 'sphere-donut'",
"repository": "https://github.com/commercetools/sphere-donut",
"logo": "http://www.commercetools.com/assets/img/ct_logo_farbe.gif",
"keywords": ["commercetools", "ecommerce", "shopping", "subscription"],
"env": {
"SPHERE_DONUT_PROJECT": {
"description": "The project Key for your CTP project.",
"required": true
},
"SPHERE_DONUT_CLIENT_ID": {
"description": "The clientId of your CTP project.",
"required": true
},
"SPHERE_DONUT_CLIENT_SECRET": {
"description": "The clientSecret of your CTP project.",
"required": true
},
"PACTAS_PUBLIC_KEY": {
"description": "The public key of your Pactas account.",
"required": true
},
"PACTAS_CLIENT_ID": {
"description": "The clientId of your Pactas App.",
"required": true
},
"PACTAS_CLIENT_SECRET": {
"description": "The clientSecret of your Pactas App.",
"required": true
},
"PACTAS_API_URL": {
"description": "The API URL you want to use at Pactas.",
"value": "https://sandbox.pactas.com/api/v1",
"required": false
},
"PACTAS_AUTH_URL": {
"description": "The Auth URL you want to use at Pactas.",
"value": "https://sandbox.pactas.com/oauth/token",
"required": false
},
"APPLICATION_SECRET": {
"description": "The secret key is used to secure cryptographics functions. Anyone that can get access to the application secret will be able to generate any session they please, effectively allowing them to log in to your system as any user they please. If you deploy your application to several instances be sure to use the same key.",
"generator": "secret"
}
}
}