update readme

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-12-01 18:01:32 +01:00
parent 312a22441c
commit 3297581e4a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 6 deletions

View File

@ -23,11 +23,11 @@ Optional email configuration might be useful:
```yaml
grafana_smtp_enabled: true
grafana_smtp_from_addr: 'grafana@example.org'
grafana_smtp_from_name: ~
grafana_smtp_host: ~
grafana_smtp_port: ~
grafana_smtp_user: ~
grafana_smtp_pass: ~
grafana_smtp_from_name: 'Grafana Email'
grafana_smtp_host: 'smtp'.example.org
grafana_smtp_port: 587
grafana_smtp_user: 'grafana'
grafana_smtp_pass: 'super-secret-password'
```
You can optionally allow anonymous access:
```yaml
@ -39,4 +39,4 @@ grafana_anonymous: true
Configuration consists of two templates:
* `grafana.ini.j2` - Grafana main configuration file.
* `backends.yml.j2` - Initial configuration of the query backend(s).
* `prometheus.yml.j2` - Initial configuration of the query backend(s).