forked from stefanwalther/speedy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.env
29 lines (24 loc) · 892 Bytes
/
configuration.env
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
# -------------------------------------------------------------------
# Grafana options
# -------------------------------------------------------------------
GF_SECURITY_ADMIN_USER=admin
GF_SECURITY_ADMIN_PASSWORD=passw0rd
GF_USERS_DEFAULT_THEME=dark
GF_USERS_ALLOW_SIGN_UP=false
GF_USERS_ALLOW_ORG_CREATE=false
GF_AUTH_ANONYMOUS_ENABLED=true
# -------------------------------------------------------------------
# InfluxDB options
# -------------------------------------------------------------------
INFLUXDB_DB=speedy
INFLUXDB_USER=admin
INFLUXDB_PASSWORD=password
INFLUXDB_REPORTING_DISABLED=true
INFLUXDB_ADMIN_ENABLED=true
# -------------------------------------------------------------------
# Speedy options
# -------------------------------------------------------------------
SPEEDY_DB_HOST=influxdb
SPEEDY_DB_NAME=$INFLUXDB_DB
SPEEDY_INTERVAL=*/5 * * * *
SPEEDY_MAX_TIME=5000