forked from vuestorefront-community/spree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
23 lines (23 loc) · 841 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
{
"name": "Vue Storefront for Spree Commerce",
"description": "Modern PWA storefront for Spree Commerce",
"repository": "https://github.com/vuestorefront/spree",
"logo": "https://raw.githubusercontent.com/upsidelab/vsf-spree-test-repo/0ed5ba0f062ee3354fc5d64879d7877f62dfa733/Upside%20Logo%20Short%20White%20on%20Black.png",
"keywords": ["upside", "vuestorefront", "commerce", "ecommerce", "spree", "spree commerce"],
"website": "https://www.upsidelab.io",
"env": {
"BACKEND_URL": {
"description": "Spree backend URL (without the /api suffix)",
"value": "https://spree-latest.herokuapp.com"
},
"SPREE_VERSION": {
"description": "Spree version of the backend. Either \"spree42\" or \"spree43\".",
"value": "spree42"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}