Merge "Add newline in grafana template"
This commit is contained in:
commit
8bde923bba
@ -25,6 +25,7 @@ ssl_mode = disable
|
|||||||
[session]
|
[session]
|
||||||
provider = memcache
|
provider = memcache
|
||||||
provider_config = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
|
provider_config = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
|
||||||
|
|
||||||
cookie_name = grafana_sess
|
cookie_name = grafana_sess
|
||||||
cookie_secure = false
|
cookie_secure = false
|
||||||
session_life_time = 86400
|
session_life_time = 86400
|
||||||
|
Loading…
Reference in New Issue
Block a user