forked from fightforthefuture/old.fightforthefuture.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
62 lines (62 loc) · 1.57 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
{
"name": "fftf-org",
"description": "Primary website for Fight for the Future",
"repository": "fightforthefuture/fftf-www",
"website": "https://www.fightforthefuture.org",
"logo": "https://www.fightforthefuture.org/img/brand/heart.png",
"success_url": "/",
"scripts": {},
"env": {
"TUMBLR_API_KEY": {
"description": "API key for generating news posts",
"value": "secret"
},
"AWS_ACCESS_KEY": {
"description": "",
"value": "secret"
},
"AWS_SECRET_KEY": {
"description": "",
"value": "secret"
},
"AWS_S3_BUCKET": {
"description": "Where the images we snag from tumblr go",
"value": "s3.fightforthefuture.org"
},
"AWS_S3_FOLDER": {
"description": "Where the images we snag from tumblr go",
"value": "images/blog"
},
"ENVIRONMENT": {
"description": "where does this build live rn?",
"value": "REVIEW"
},
"PORT": {
"description": "What port is the server running on?",
"value": "4040"
},
"FP_DOMAIN_SECURITY_TOKEN": {
"description": "Free progress token",
"value": "b10864d4b424b78968d8364525f6ad4188cb93b0"
},
"ACTIONNETWORK_URL": {
"description": "Domain for action network api",
"value": "https://actionnetwork.org"
},
"ACTIONNETWORK_APIKEY": {
"description": "fftf API key for Action Network",
"value": "f944d034faa1131435eef72ca0bfcdf2"
}
},
"addons": [
"papertrail:choklad"
],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
}
]
}