Remove grafana [session] configuration
These configuration settings were removed in Grafana 6.2. Instead we can use [remote_cache], but it is not required since it will use database settings by default. Change-Id: I37966027aea9039b2ecba4214444507e9d87f513
This commit is contained in:
parent
d25d490e4d
commit
f37562827d
@ -23,14 +23,6 @@ user = {{ grafana_database_user }}
|
||||
password = {{ grafana_database_password }}
|
||||
ssl_mode = disable
|
||||
|
||||
[session]
|
||||
provider = mysql
|
||||
provider_config = {{ grafana_database_user }}:{{ grafana_database_password }}@tcp({{ grafana_database_address }})/{{ grafana_database_name }}
|
||||
|
||||
cookie_name = grafana_sess
|
||||
cookie_secure = false
|
||||
session_life_time = 86400
|
||||
|
||||
[analytics]
|
||||
reporting_enabled = false
|
||||
check_for_updates = false
|
||||
|
Loading…
Reference in New Issue
Block a user