mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Use different default path for crypto db
This commit is contained in:
parent
21fe57e87f
commit
ccb310b6d8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user