mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Adds support for enable/disable SQLite Write-Ahead Logging (WAL) via configuration. Enables SQLite WAL for E2E tests.
7 lines
78 B
INI
7 lines
78 B
INI
[feature_toggles]
|
|
enable = publicDashboards
|
|
|
|
[database]
|
|
type=sqlite3
|
|
wal=true
|