Skip to content

Commit

Permalink
PMM-12045 add root_url to grafana.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Jul 17, 2023
1 parent e1f1ac6 commit e180cae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update/ansible/playbook/tasks/roles/grafana/files/grafana.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[paths]
# Directory where grafana will automatically scan and look for plugins
plugins = /srv/grafana/plugins
# Directory where grafana can store logs
logs = /srv/logs
# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
data = /srv/grafana

#################################### Logging ##########################
Expand All @@ -21,6 +23,8 @@ format = console
[server]
# enable gzip
enable_gzip = true
# The full public facing url
root_url = https://%(domain)s/graph

#################################### Snapshots ###########################
[snapshots]
Expand Down

0 comments on commit e180cae

Please sign in to comment.