Browse Source

[grafana] Fix grafana domain

Colin Powell 3 years ago
parent
commit
cf184088d9
1 changed files with 2 additions and 2 deletions
  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