mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:54:48 -04:00
database config is not kept in separate config file anymore
This commit is contained in:
parent
7b50769eb9
commit
32937f3ea0
1 changed files with 9 additions and 13 deletions
|
@ -34,11 +34,7 @@ Synapse config
|
|||
When you are ready to start using PostgreSQL, add the following line to your
|
||||
config file::
|
||||
|
||||
database_config: <db_config_file>
|
||||
|
||||
Where ``<db_config_file>`` is the file name that points to a yaml file of the
|
||||
following form::
|
||||
|
||||
database:
|
||||
name: psycopg2
|
||||
args:
|
||||
user: <user>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue