Преглед на файлове

[grafana] Fix grafana domain

Colin Powell преди 3 години
родител
ревизия
cf184088d9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      ansible/roles/grafana/templates/grafana.conf.j2

+ 2 - 2
ansible/roles/grafana/templates/grafana.conf.j2

@@ -11,7 +11,7 @@ provisioning = /var/db/grafana/provisioning
 #################################### Server ####################################
 [server]
 protocol = http
-domain = grafana.local
+domain = logs.unbl.ink
 ;enforce_domain = false
 ;router_logging = false
 
@@ -20,7 +20,7 @@ domain = grafana.local
 # You can configure the database connection by specifying type, host, name, user and password
 # as separate properties or as on string using the url property.
 
-# Either "mysql", "postgres" or "sqlite3", it's your choice
+# Either "mysql", "postgres" or "sqlite3", your choice
 type = postgres
 host = db.unbl.ink
 name = grafana