-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env
37 lines (31 loc) · 777 Bytes
/
.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
30
31
32
33
34
35
36
37
########################### Database Configuration #############################################
##
## Database (Timescale) Host
##
DATABASE_HOST=timescale
##
## Database (Timescale) Port
##
DATABASE_PORT=5432
##
## Database (Timescale) Name if different from postgres
##
DATABASE_DB=postgres
##
## Database (Timescale) User
##
DATABASE_USERNAME=postgres
##
## Database (Timescale) Password
##
DATABASE_PASSWORD=postgres
########################### Grafana Configuration ##############################################
##
## Grafana HTTP API
##
## GRAFANA_URL=http://grafana:3000
## Service Account
## - Viewer permission is required to access dashboards
## - Editor permission is required to access dashboards and add Annotations
##
## GRAFANA_TOKEN=SERVICE-ACCOUNT-TOKEN