소스 검색

Add back sqlite plugin database config option

pull/2000/head
Stuart Mumford 3 년 전
부모
커밋
f9026469cd
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      roles/matrix-bot-maubot/templates/config/config.yaml.j2

+ 3
- 0
roles/matrix-bot-maubot/templates/config/config.yaml.j2 파일 보기

@@ -27,6 +27,9 @@ plugin_directories:

# Configuration for storing plugin databases
plugin_databases:
# Some plugins still require sqlite, so configure a path here.
# postgres will be used if supported.
sqlite: /data/dbs
postgres: default

server:


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