mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
20 lines
417 B
YAML
20 lines
417 B
YAML
database:
|
|
type: sqlite3
|
|
name: maubot.db
|
|
|
|
logging:
|
|
directory: ./logs
|
|
file_mode: 0600
|
|
print_level: DEBUG
|
|
file_name_format: "{{.Date}}-{{.Index}}.log"
|
|
file_date_format: 2006-01-02
|
|
timestamp_format: Jan _2, 2006 15:04:05
|
|
|
|
# If multiple directories have a plugin with the same name, the first directory is used.
|
|
plugin_directories:
|
|
- ./plugins
|
|
|
|
server:
|
|
listen: 0.0.0.0:29316
|
|
base_path: /_matrix/maubot
|