forked from rudysing/tegcommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
20 lines (20 loc) · 694 Bytes
/
app.json
File metadata and controls
20 lines (20 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "React Demo Store",
"description": "React demo store built with the moltin JavaScript SDK",
"logo": "https://www.moltin.com/img/icons/favicons/apple-touch-icon.png",
"repository": "https://github.com/moltin/react-demo-store",
"keywords": ["moltin", "react", "ecommerce"],
"buildpacks": [
{
"url": "https://github.com/mars/create-react-app-buildpack.git"
}
],
"success_url": "/",
"env": {
"REACT_APP_MOLTIN_CLIENT_ID": {
"description":
"The client_id is the unique ID associated with your store. You'll find this on the welcome screen of your moltin Dashboard.",
"value": "j6hSilXRQfxKohTndUuVrErLcSJWP15P347L6Im0M4"
}
}
}