-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
84 lines (84 loc) · 2.21 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "viking-garage-frontend",
"logo": "https://res.cloudinary.com/hkhuw4b7v/image/upload/v1499880454/raido_logo_small_kx9txb.png",
"description": "A worldwide marketplace and community for real people riding real motorcycles. Local private rentals, repairs, tours. VG brings the Platform and logistics.",
"keywords": [
"motorcycle",
"rental",
"repair",
"tour",
"marketplace",
"community",
"global",
"local",
"private",
"worldwide",
"motocross",
"enduro",
"cafe racer",
"scrambler",
"chopper",
"bobber",
"brat style",
"adventure",
"braap"
],
"website": "https://www.vikinggarage.com/",
"repository": "https://github.com/michalmikolajczyk/viking-garage-frontend",
"scripts": {},
"env": {
"API_URL": {
"description": "URL to API for server side render requests",
"value": "https://viking-garage-api-staging.herokuapp.com",
"required": true
},
"DEBUG": {
"description": "Env var for logs (set to 'server' to show production server logs)",
"required": false
},
"FB_PIXEL": {
"description": "Facebook Pixel Code Identificator",
"required": false
},
"GA_TRACKER": {
"description": "Google Analytics property ID (tracking ID)",
"required": false
},
"NODE_ENV": {
"description": "Mode of running application",
"value": "production",
"required": true
},
"NODE_MODULES_CACHE": {
"description": "Heroku maintains a cache directory that is persisted between builds",
"value": "false",
"required": true
},
"PAYMENTS": {
"description": "Turn payments on / off",
"required": false
},
"PORT": {
"description": "Port to run application server, not required only at Heroku",
"required": false
},
"STRIPE_PUB_KEY": {
"description": "Stripe publishable key",
"value": "pk_test_12345",
"required": true
},
"USERS": {
"description": "Turn users on / off",
"required": false
},
"VG_LIMIT": {
"description": "Limit for pagination in main view",
"required": false
}
},
"formation": {},
"addons": [
"papertrail"
],
"buildpacks": []
}