Fix config updating and make plugin dbs somewhat configurable

This commit is contained in:
Tulir Asokan 2018-10-22 01:57:29 +03:00
parent 485040e687
commit 894c5df07b
6 changed files with 24 additions and 9 deletions

View file

@ -5,6 +5,9 @@
# Postgres: postgres://username:password@hostname/dbname
database: sqlite:///maubot.db
# The directory where plugin databases should be stored.
plugin_db_directory: ./plugins
# If multiple directories have a plugin with the same name, the first directory is used.
plugin_directories:
- ./plugins