mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
improves readability of loginping handler
This commit is contained in:
@@ -115,8 +115,8 @@ log_queries =
|
||||
# How many days an session can be unused before we inactivate it
|
||||
;login_remember_days = 7
|
||||
|
||||
# How often should the login token be rotated. default to '30m'
|
||||
;rotate_cookie_every = 30m
|
||||
# How often should the login token be rotated. default to '30'
|
||||
;rotate_token_minutes = 30
|
||||
|
||||
# How long should Grafana keep expired tokens before deleting them
|
||||
;delete_expired_token_after_days = 30
|
||||
|
||||
Reference in New Issue
Block a user