|
@@ -22,7 +22,7 @@ domain = grafana.local
|
|
|
|
|
|
# Either "mysql", "postgres" or "sqlite3", it's your choice
|
|
|
type = postgres
|
|
|
-host = db.local
|
|
|
+host = db.unbl.ink
|
|
|
name = grafana
|
|
|
user = grafana
|
|
|
password = {{ grafana_db_pass }}
|
|
@@ -32,7 +32,7 @@ log_queries =
|
|
|
[remote_cache]
|
|
|
# Either "redis", "memcached" or "database" default is "database"
|
|
|
type = redis
|
|
|
-connstr = addr=127.0.0.1:6379,pool_size=100,db=0,ssl=false
|
|
|
+connstr = addr=:{{redis_password}}@cache.unbl.ink:6379,pool_size=100,db=0,ssl=false
|
|
|
|
|
|
#################################### Analytics ###########################
|
|
|
[analytics]
|