forked from orientation/orientation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
37 lines (37 loc) · 942 Bytes
/
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
{
"name": "Orientation",
"description": "Your best weapon in the fight against outdated documentation.",
"logo": "https://raw.githubusercontent.com/orientation/orientation/master/app/assets/images/orientation_eye.png",
"keywords": [
"documentation",
"team",
"knowledge base"
],
"addons": [
"scheduler",
"heroku-postgresql:hobby-dev",
"logentries"
],
"env": {
"ORIENTATION_LOGO": "/assets/default_logo.svg",
"ORIENTATION_FAVICON": "/assets/default_favicon.png",
"ORIENTATION_DOMAIN": "REDACTED",
"MANDRILL_USERNAME": "REDACTED",
"MANDRILL_API_KEY": "REDACTED",
"MANDRILL_DOMAIN": "heroku.com",
"GOOGLE_SECRET": {
"required": true
},
"GOOGLE_KEY": {
"required": true
}
},
"buildpacks" : [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-ruby"
}
]
}