Use different default path for crypto db

This commit is contained in:
Tulir Asokan 2022-02-23 19:28:07 +02:00
parent 21fe57e87f
commit ccb310b6d8

View File

@ -6,7 +6,9 @@
database: sqlite:///maubot.db
# Separate database URL for the crypto database. "default" means use the same database as above.
crypto_database: default
# Due to concurrency issues, you should use a separate file when using SQLite rather than the same as above.
# When using postgres, using the same database for both is safe.
crypto_database: sqlite:///crypto.db
plugin_directories:
# The directory where uploaded new plugins should be stored.