maubot: configuration tweaks
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
1c9a329791
commit
22192881ae
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue