forked from commercetools/sphere-snowflake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
24 lines (24 loc) · 844 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
{
"name": "SPHERE.IO Snowflake",
"description": "Create your own webshop in minutes with SPHERE.IO and our template 'sphere-snowflake'",
"repository": "https://github.com/commercetools/sphere-snowflake",
"logo": "http://www.commercetools.com/assets/img/ct_logo_farbe.gif",
"keywords": ["sphere", "ecommerce", "shopping"],
"env": {
"SPHERE_PROJECT_KEY": {
"description": "The project Key for your SPHERE.IO project.",
"value": "snowflake2",
"required": true
},
"SPHERE_CLIENT_ID": {
"description": "The clientId of your SPHERE.IO project.",
"value": "QKStD-HjZLZGRqie2SPvzXSt",
"required": true
},
"SPHERE_CLIENT_SECRET": {
"description": "The clientSecret of your SPHERE.IO project.",
"value": "lnkNveGqslWKwt-qVE5yqVE0KBKM-sQL",
"required": true
}
}
}