mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-03 22:43:09 +00:00
fix: default db name
This commit is contained in:
parent
9b6938ee5a
commit
ff10795e28
@ -219,7 +219,7 @@ var (
|
||||
StoreMessageDBURL = &cli.StringFlag{
|
||||
Name: "store-message-db-url",
|
||||
Usage: "The database connection URL for peristent storage.",
|
||||
Value: "sqlite://store.sqlite3",
|
||||
Value: "sqlite3://store.db?_journal=WAL&_timeout=5000",
|
||||
Destination: &options.Store.DatabaseURL,
|
||||
}
|
||||
StoreResumePeer = &cli.GenericFlag{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user