mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 17:52:23 +08:00

--------- Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> Co-authored-by: Gabriel MABILLE <gabriel.mabille@grafana.com> Co-authored-by: Marco de Abreu <marco.deabreu@grafana.com> Co-authored-by: Georges Chaudy <chaudyg@gmail.com>
31 lines
1.0 KiB
INI
31 lines
1.0 KiB
INI
|
|
[security]
|
|
content_security_policy = true
|
|
content_security_policy_template = """require-trusted-types-for 'script'; script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' $NONCE;object-src 'none';font-src 'self';style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com ws://$ROOT_PATH wss://$ROOT_PATH;manifest-src 'self';media-src 'none';form-action 'self';"""
|
|
enable_frontend_sandbox_for_plugins = sandbox-app-test,sandbox-test-datasource,sandbox-test-panel
|
|
|
|
[feature_toggles]
|
|
publicDashboards=true
|
|
grafanaAPIServer=true
|
|
queryLibrary=true
|
|
queryService=true
|
|
|
|
[environment]
|
|
stack_id = 12345
|
|
|
|
[plugins]
|
|
allow_loading_unsigned_plugins=grafana-extensionstest-app,grafana-extensionexample1-app,grafana-extensionexample2-app,grafana-extensionexample3-app,grafana-e2etest-datasource
|
|
|
|
[database]
|
|
type=sqlite3
|
|
wal=true
|
|
max_idle_conn = 2
|
|
max_open_conn = 2
|
|
|
|
[smtp]
|
|
enabled = true
|
|
host = localhost:7777
|
|
|
|
[cloud_migration]
|
|
developer_mode = true ; Enable developer mode to use in-memory implementations of 3rdparty services needed.
|