소스 검색

Add missing required parameters for Discord bridge

Fixes #230 (Github Issue).

Related to https://github.com/Half-Shot/matrix-appservice-discord/issues/510
pull/231/head
Slavi Pantaleev 6 년 전
부모
커밋
524436ebef
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roles/matrix-bridge-appservice-discord/defaults/main.yml

+ 2
- 0
roles/matrix-bridge-appservice-discord/defaults/main.yml 파일 보기

@@ -86,6 +86,8 @@ matrix_appservice_discord_configuration_yaml: |
# enable:
# - "DiscordBot"
database:
userStorePath: "/data/user-store.db"
roomStorePath: "/data/room-store.db"
# You may either use SQLite or Postgresql for the bridge database, which contains
# important mappings for events and user puppeting configurations.
# Use the filename option for SQLite, or connString for Postgresql.


불러오는 중...
취소
저장