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