mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 13:34:56 -04:00
Complement: use SQLite by default (#13075)
If no database is configured explicitly, use sqlite. This means that you don't have to pass any variables into the image.
This commit is contained in:
parent
0ef1307619
commit
1e0044e8f9
3 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ case "$SYNAPSE_COMPLEMENT_DATABASE" in
|
|||
export START_POSTGRES=true
|
||||
;;
|
||||
|
||||
sqlite)
|
||||
sqlite|"")
|
||||
# Configure supervisord not to start Postgres, as we don't need it
|
||||
export START_POSTGRES=false
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue