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