Browse Source

roles/matrix-grafana: Set root_url in granafa.ini

pull/1067/head
Tobias K 4 years ago
committed by GitHub
parent
commit
3dcbed6353
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      roles/matrix-grafana/templates/grafana.ini.j2

+ 3
- 0
roles/matrix-grafana/templates/grafana.ini.j2 View File

@@ -1,3 +1,6 @@
[server]
root_url = "https://{{ matrix_server_fqn_grafana }}"

[security]
# default admin user, created on startup
admin_user = "{{ matrix_grafana_default_admin_user }}"


Loading…
Cancel
Save