mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
79f1a7a4fd
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
|