Undu changes to SQLite config

This commit is contained in:
Till Faelligen 2022-05-02 12:09:32 +02:00
parent c1e7b3b1dc
commit e5773a695f

View file

@ -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