mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-03 12:13:09 -06:00
Undu changes to SQLite config
This commit is contained in:
parent
c1e7b3b1dc
commit
e5773a695f
|
|
@ -10,8 +10,8 @@
|
||||||
#
|
#
|
||||||
# Each component with a "database" section can accept the following formats
|
# Each component with a "database" section can accept the following formats
|
||||||
# for "connection_string":
|
# for "connection_string":
|
||||||
# SQLite: postgresql://dendriteUser:dendritePassword@localhost/dendrite?sslmode=disable
|
# SQLite: file:filename.db
|
||||||
# postgresql://dendriteUser:dendritePassword@localhost/dendrite?sslmode=disable
|
# file:///path/to/filename.db
|
||||||
# PostgreSQL: postgresql://user:pass@hostname/database?params=...
|
# PostgreSQL: postgresql://user:pass@hostname/database?params=...
|
||||||
#
|
#
|
||||||
# SQLite is embedded into Dendrite and therefore no further prerequisites are
|
# SQLite is embedded into Dendrite and therefore no further prerequisites are
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue