This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add back sqlite plugin database config option
pull/2000/head
Stuart Mumford
3 years ago
parent
a3e89970be
commit
f9026469cd
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
roles/matrix-bot-maubot/templates/config/config.yaml.j2
+ 3
- 0
roles/matrix-bot-maubot/templates/config/config.yaml.j2
View File
@@ -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:
Write
Preview
Loading…
Cancel
Save