Martin Polreich | bafd257 | 2018-07-17 15:45:00 +0200 | [diff] [blame] | 1 | grafana: |
2 | server: | ||||
3 | enabled: true | ||||
4 | bind: | ||||
5 | address: 1.2.3.4 | ||||
6 | port: 3000 | ||||
7 | admin: | ||||
8 | user: admin | ||||
9 | password: passwd | ||||
10 | auth: | ||||
11 | ldap: | ||||
12 | enabled: true | ||||
13 | host: '127.0.0.1' | ||||
14 | port: 389 | ||||
15 | use_ssl: false | ||||
16 | bind_dn: "cn=admin,dc=grafana,dc=org" | ||||
17 | bind_password: "grafana" | ||||
18 | user_search_filter: "(cn=%s)" | ||||
19 | user_search_base_dns: | ||||
20 | - "dc=grafana,dc=org" | ||||
21 | database: | ||||
22 | engine: postgresql | ||||
23 | host: localhost | ||||
24 | port: 5432 | ||||
25 | name: grafana | ||||
26 | user: grafana | ||||
27 | password: passwd |