forked from obfuscurity/descartes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
32 lines (32 loc) · 951 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
{
"name": "Descartes",
"description": "Introspective dashboard for Graphite",
"website": "https://github.com/obfuscurity/descartes",
"repository": "https://github.com/obfuscurity/descartes",
"logo": "https://raw.githubusercontent.com/obfuscurity/descartes/master/lib/descartes/public/img/descartes-logo.png",
"success_url": "/",
"scripts": {
},
"keywords": [
"graphite",
"dashboard",
"monitoring",
"devops"
],
"scripts": {
"postdeploy": "bundle exec rake db:migrate:up"
},
"addons": [
"redistogo",
"heroku-postgresql"
],
"env": {
"OAUTH_PROVIDER": "google",
"GOOGLE_OAUTH_DOMAIN": "change-me.com",
"GRAPHITE_URL": "http://graphite.change-me.com",
"METRICS_UPDATE_INTERVAL": "15min",
"METRICS_UPDATE_ON_BOOT": "false",
"SESSION_SECRET": "foobar",
"RAKE_ENV": "production"
}
}