-
Notifications
You must be signed in to change notification settings - Fork 8
/
scalingo.json
45 lines (45 loc) · 1.42 KB
/
scalingo.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
{
"name": "Grafana",
"description": "The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More",
"keywords": [
"kibana", "time-series", "metrics", "analytics", "dataviz", "visualization",
"influxdb"
],
"website": "http://grafana.org/",
"repository": "https://github.com/Scalingo/grafana-scalingo",
"logo": "http://cdn.scalingo.com/documentation/technologies/grafana-logo.png",
"success_url": "/",
"env": {
"BUILDPACK_URL": {
"description": "Buildpack to use to deploy Grafana",
"value": "https://github.com/Scalingo/multi-buildpack.git",
"required": true
},
"GF_DATABASE_URL": {
"description": "Alias to the database connection string",
"value": "",
"required": true
},
"GF_SECURITY_ADMIN_PASSWORD": {
"description": "Password for the admin user of Grafana",
"generator": "secret",
"required": true
},
"GF_SECURITY_ADMIN_USER": {
"description": "Username of the admin user of Grafana",
"value": "admin",
"required": true
},
"GF_SERVER_HTTP_PORT": {
"description": "Alias to the environment variable $PORT",
"value": "$PORT",
"required": true
},
"NPM_CONFIG_PRODUCTION": {
"description": "Install all dependencies for building project",
"value": "false",
"required": true
}
},
"addons": ["scalingo-postgresql"]
}