forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.ini
92 lines (73 loc) · 2.44 KB
/
custom.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
app_mode = development
[server]
http_port = 3333
domain = grafana-service
root_url = %(protocol)s://%(domain)s:3333/grafana-app
static_root_path = public/
router_logging = true
enable_gzip = false
;root_url = %(protocol)s://%(domain)s:%(http_port)s/grafana-app
;serve_from_sub_path = true
[users]
auto_assign_org_role = Editor
viewers_can_edit = true
allow_sign_up = false
default_theme = dark
case_insensitive_login = false
[auth.proxy]
enabled = true
header_name = X-LOGZ-GRAFANA-TOKEN
header_property = username
auto_sign_up = false
org_name = Logz.io
[database]
; type = sqlite3
type = mysql
host = mysql:3306
name = grafana_x
user = root
password = test
[remote_cache]
type = database
[auth]
disable_signout_menu = true
disable_login_form = true
[live]
max_connections = 0
[news]
# Enable the news feed section
news_feed_enabled = false
[alerting]
enabled = false
execute_alerts = false
min_interval_seconds = 60
[unified_alerting]
enabled = true
execute_alerts = false
alert_manager_enabled = true
scheduled_evaluation_enabled = false
[security]
disable_gravatar = true
allow_embedding = true
x_xss_protection = true
content_security_policy = true
content_security_policy_template = """script-src *.guides.logz.io *.pendo.io pendo-io-static.storage.googleapis.com pendo-static-6219552081182720.storage.googleapis.com 'unsafe-eval' 'strict-dynamic' $NONCE;object-src 'none';font-src 'self';style-src *.guides.logz.io *.pendo.io pendo-io-static.storage.googleapis.com pendo-static-6219552081182720.storage.googleapis.com 'self' 'unsafe-inline' blob:;img-src services.arcgisonline.com *.tile.openstreetmap.org *.cartocdn.com *.guides.logz.io *.pendo.io pendo-io-static.storage.googleapis.com pendo-static-6219552081182720.storage.googleapis.com 'self' data: *.global.ssl.fastly.net *.iconfinder.com;base-uri 'self';connect-src *.guides.logz.io *.pendo.io pendo-io-static.storage.googleapis.com pendo-static-6219552081182720.storage.googleapis.com 'self' grafana.com;manifest-src 'self';media-src 'none';block-all-mixed-content;frame-src 'self' *.vimeo.com https://www.youtube.com;"""
[dashboards]
min_refresh_interval = 30s
[log]
level = debug
[analytics]
reporting_enabled = false
check_for_updates = false
[snapshots]
external_enabled = false
[dashboards]
min_refresh_interval = 30s
[log.frontend]
enabled = false
custom_endpoint = log
[feature_toggles]
prometheusPromQAIL = false
publicDashboards = false
autoMigratePiechartPanel = true
configurableSchedulerTick = true