ソースを参照
roles/matrix-grafana: Set root_url in granafa.ini
pull/1067/head
Tobias K
5年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
roles/matrix-grafana/templates/grafana.ini.j2
|
|
|
@@ -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 }}" |
|
|
|
|