Skip to content

Commit 85b1666

Browse files
committed
Update app.json
1 parent 80eaebf commit 85b1666

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

app.json

+21-14
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,40 @@
11
{
2+
"name": "Canvas Web",
3+
"website": "https://github.com/usecanvas/pro-web",
4+
"description": "The Canvas web app",
25
"env": {
36
"API_URL": {
4-
"description": "A URL pointing to the Canvas Pro API",
5-
"development_value": "http://localhost:4000/v1/"
7+
"description": "A URL pointing to the Canvas Pro API"
68
},
79
"CHANGELOG_URL": {
8-
"description": "A URL pointing to the Canvas changelog",
9-
"development_required": false
10+
"description": "A URL pointing to the Canvas changelog"
1011
},
1112
"GITHUB_CLIENT_ID": {
1213
"description": "Client ID for a GitHub OAuth application"
1314
},
1415
"GITHUB_REDIRECT_URL": {
15-
"description": "Redirect URL for a GitHub OAuth callback",
16-
"development_value": "http://localhost:4000/oauth/github/callback"
16+
"description": "Redirect URL for a GitHub OAuth callback"
1717
},
1818
"INTERCOM_APP_ID": {
19-
"description": "The ID of our Intercom app",
20-
"development_required": false
19+
"description": "The ID of our Intercom app"
2120
},
2221
"NODE_ENV": {
2322
"description": "Environment to run Node process in",
24-
"development_value": "development",
2523
"value": "production"
2624
},
2725
"NPM_TOKEN": {
28-
"description": "An NPM token for fetching private modules",
29-
"development_required": false
26+
"description": "An NPM token for fetching private modules"
3027
},
3128
"PORT": {
3229
"description": "Port on which to run the app",
33-
"development_value": "4200",
3430
"required": false
3531
},
3632
"PROXY_API_HOST": {
3733
"description": "Host for the proxy API, which may differ from API_URL's host under Docker",
3834
"required": false
3935
},
4036
"REALTIME_HOST": {
41-
"description": "A host pointing to the realtime service",
42-
"development_value": "localhost:4001"
37+
"description": "A host pointing to the realtime service"
4338
},
4439
"SEGMENT_WRITE_KEY": {
4540
"description": "The write key to send data to segment",
@@ -52,5 +47,17 @@
5247
"SLACK_CLIENT_ID": {
5348
"description": "A client ID for a Slack application"
5449
}
50+
},
51+
"environments": {
52+
"development": {
53+
"API_URL": "http://localhost:4000/v1",
54+
"CHANGELOG_URL": "",
55+
"GITHUB_REDIRECT_URL": "http://localhost:4000/oauth/github/callback",
56+
"INTERCOM_APP_ID": "",
57+
"NODE_ENV": "development",
58+
"NPM_TOKEN": "",
59+
"PORT": "4200",
60+
"REALTIME_HOST": "localhost:4001"
61+
}
5562
}
5663
}

0 commit comments

Comments
 (0)