Document the correct property for SQL usernames

This commit is contained in:
Max Dor
2018-04-22 00:39:18 +02:00
parent 78a25c21ba
commit 32a3444a9e
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ Example: `/path/to/synapse/sqliteFile.db`
### PostgreSQL
```yaml
synapseSql.connection: //<HOST[:PORT]/DB?username=USER&password=PASS
synapseSql.connection: //<HOST[:PORT]/DB?user=USER&password=PASS
```
Set the connection info for the database by replacing the following values:
- `HOST`: Hostname of the SQL server