summaryrefslogtreecommitdiffstats
path: root/modules/tozt/templates/grafana.ini
blob: 05bbe2459ddcaa6abf6a51e72ff01a2c637bef24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[server]
http_port = 3001
domain = grafana.tozt.net
root_url = https://grafana.tozt.net/

[database]
type = postgres
host = 127.0.0.1:5432
name = grafana
user = grafana

[users]
allow_sign_up = false

[smtp]
enabled = true
host = mail.tozt.net:587
user = grafana-noreply@tozt.net
password = <%= @smtp_password %>
from_address = grafana-noreply@tozt.net
startTLS_policy = MandatoryStartTLS