fix: dex: `sqlite` -> `sqlite3`

main
LeRoyce Pearson 2024-01-11 21:29:38 -07:00
parent 38468921ad
commit b8d11783e8
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
web.http = "127.0.0.1:5556"; web.http = "127.0.0.1:5556";
storage = { storage = {
type = "sqlite"; type = "sqlite3";
config.file = "/var/lib/dex/dex.db"; config.file = "/var/lib/dex/dex.db";
}; };