database config is not kept in separate config file anymore

This commit is contained in:
Mark Haines 2015-05-01 14:06:43 +01:00
parent 7b50769eb9
commit 32937f3ea0

View file

@ -34,11 +34,7 @@ Synapse config
When you are ready to start using PostgreSQL, add the following line to your When you are ready to start using PostgreSQL, add the following line to your
config file:: config file::
database_config: <db_config_file> database:
Where ``<db_config_file>`` is the file name that points to a yaml file of the
following form::
name: psycopg2 name: psycopg2
args: args:
user: <user> user: <user>