mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
Update Grafana security and user default config (#964)
This commit is contained in:
@@ -24,11 +24,20 @@ admin_password = 123456
|
||||
# 如果您将 Grafana 托管在 HTTPS
|
||||
;cookie_secure = true
|
||||
|
||||
# 指示浏览器允许在 <frame>, <iframe>, <embed> 或 <object> 元素中渲染 Grafana
|
||||
;allow_embedding = true
|
||||
|
||||
# [users] 用户配置
|
||||
# 用于配置用户相关的默认设置
|
||||
[users]
|
||||
# 登录页面登录名/用户名输入占位符文本
|
||||
;login_hint = test
|
||||
|
||||
# 登录页面密码输入占位符的文本
|
||||
;password_hint = 123456
|
||||
|
||||
# 默认 UI 主题
|
||||
default_theme=system
|
||||
default_theme = system
|
||||
|
||||
# 默认界面语言
|
||||
default_language = zh-Hans
|
||||
|
||||
Reference in New Issue
Block a user