mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
17 lines
373 B
INI
17 lines
373 B
INI
[users]
|
|
allow_sign_up = false
|
|
auto_assign_org = true
|
|
auto_assign_org_role = Editor
|
|
|
|
[auth.proxy]
|
|
enabled = true
|
|
header_name = X-WEBAUTH-USER
|
|
header_property = email
|
|
auto_sign_up = true
|
|
enable_login_token = true
|
|
login_maximum_inactive_lifetime_duration = 12h
|
|
login_maximum_lifetime_duration = 1d
|
|
|
|
[dashboards]
|
|
default_home_dashboard_path = /etc/grafana/dashboards/home.json
|