-
Notifications
You must be signed in to change notification settings - Fork 83
/
app.json
47 lines (47 loc) · 1.56 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
{
"name": "cloudpebble-pr",
"description": "CloudPebble Staging Configuration",
"scripts": {},
"env": {
"ARM_CS_TOOLS": "/app/arm-cs-tools/bin/",
"AWS_ACCESS_KEY_ID": {
"required": true
},
"AWS_ENABLED": "yes",
"AWS_S3_BUILDS_BUCKET": "builds-staging.cloudpebble.net",
"AWS_S3_EXPORT_BUCKET": "export-staging.cloudpebble.net",
"AWS_S3_SOURCE_BUCKET": "source-staging.cloudpebble.net",
"AWS_S3_HOST": "s3-us-west-2.amazonaws.com",
"AWS_SECRET_ACCESS_KEY": {
"required": true
},
"BROKER_POOL_LIMIT": "1",
"BUILDPACK_URL": "https://github.com/pebble/cloudpebble-buildpack",
"COMPLETION_CERTS": "/app/completion-certs.crt",
"ENABLE_KEEN": "yes",
"FROM_EMAIL": "[email protected]",
"KEEN_PROJECT_ID": "52e205f405cd6662b9000000",
"KEEN_WRITE_KEY": {
"required": true
},
"LIBPEBBLE_PROXY": "wss://cloudpebble-ws-proxy-prod.herokuapp.com/tool",
"MAINTENANCE_PAGE_URL": "//static.cloudpebble.net/maintenance/back-soon.html",
"PEBBLE_TOOL": "/app/sdk2/bin/pebble",
"PUBLIC_URL": "/",
"PYTHONPATH": "nah",
"QEMU_LAUNCH_AUTH_HEADER": {
"required": true
},
"QEMU_URLS": "https://qemu-us1.cloudpebble.net/",
"SDK2_PEBBLE_WAF": "/app/sdk2/pebble/waf",
"SDK3_PEBBLE_WAF": "/app/sdk3/pebble/waf",
"TYPOGRAPHY_CSS": "//cloud.typography.com/7515512/745724/css/fonts.css",
"WEB_CONCURRENCY": "2",
"YCM_URLS": "https://ycm1.cloudpebble.net/"
},
"addons": [
"papertrail:choklad",
"heroku-postgresql:hobby-dev",
"heroku-redis:hobby-dev"
]
}