mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Add missing required parameters for Discord bridge
Fixes #230 (Github Issue). Related to https://github.com/Half-Shot/matrix-appservice-discord/issues/510
This commit is contained in:
parent
18f6b29372
commit
524436ebef
@ -86,6 +86,8 @@ matrix_appservice_discord_configuration_yaml: |
|
|||||||
# enable:
|
# enable:
|
||||||
# - "DiscordBot"
|
# - "DiscordBot"
|
||||||
database:
|
database:
|
||||||
|
userStorePath: "/data/user-store.db"
|
||||||
|
roomStorePath: "/data/room-store.db"
|
||||||
# You may either use SQLite or Postgresql for the bridge database, which contains
|
# You may either use SQLite or Postgresql for the bridge database, which contains
|
||||||
# important mappings for events and user puppeting configurations.
|
# important mappings for events and user puppeting configurations.
|
||||||
# Use the filename option for SQLite, or connString for Postgresql.
|
# Use the filename option for SQLite, or connString for Postgresql.
|
||||||
|
Loading…
Reference in New Issue
Block a user