maubot: configuration tweaks

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-08-16 16:13:55 +10:00
parent 1c9a329791
commit 22192881ae

View file

@ -8,13 +8,13 @@ database_opts:
max_size: 10
plugin_directories:
upload: ./plugins
upload: /maubot/plugins
load:
- ./plugins
trash: ./trash
- /maubot/plugins
trash: /maubot/trash
plugin_databases:
sqlite: ./plugins
sqlite: /maubot/plugins
postgres: null
postgres_max_conns_per_plugin: 3
postgres_opts: {}
@ -61,7 +61,7 @@ logging:
file:
class: logging.handlers.RotatingFileHandler
formatter: normal
filename: ./maubot.log
filename: /maubot/maubot.log
maxBytes: 10485760
backupCount: 10
console: