Skip to content
Snippets Groups Projects
Commit d4c14e14 authored by kaiyou's avatar kaiyou
Browse files

Fix the documentation about 'POSTGRES_DB'

parent 041b41a8
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ Shared secrets, that will be initialized to random values if not set: ...@@ -135,7 +135,7 @@ Shared secrets, that will be initialized to random values if not set:
Database specific values (will use SQLite if not set): Database specific values (will use SQLite if not set):
* `POSTGRES_DATABASE` - The database name for the synapse postgres database. [default: `matrix`] * `POSTGRES_DB` - The database name for the synapse postgres database. [default: `synapse`]
* `POSTGRES_HOST` - The host of the postgres database if you wish to use postgresql instead of sqlite3. [default: `db` which is useful when using a container on the same docker network in a compose file where the postgres service is called `db`] * `POSTGRES_HOST` - The host of the postgres database if you wish to use postgresql instead of sqlite3. [default: `db` which is useful when using a container on the same docker network in a compose file where the postgres service is called `db`]
* `POSTGRES_PASSWORD` - The password for the synapse postgres database. **If this is set then postgres will be used instead of sqlite3.** [default: none] **NOTE**: You are highly encouraged to use postgresql! Please use the compose file to make it easier to deploy. * `POSTGRES_PASSWORD` - The password for the synapse postgres database. **If this is set then postgres will be used instead of sqlite3.** [default: none] **NOTE**: You are highly encouraged to use postgresql! Please use the compose file to make it easier to deploy.
* `POSTGRES_USER` - The user for the synapse postgres database. [default: `matrix`] * `POSTGRES_USER` - The user for the synapse postgres database. [default: `matrix`]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment