Fix typos in documentation

This commit is contained in:
Eike Kettner
2020-06-03 23:50:48 +02:00
parent 465406738d
commit 062618bf86
4 changed files with 9 additions and 6 deletions

View File

@ -46,8 +46,10 @@ The `url` is the connection to the database. It must start with
database used: it is either a path to a file for H2 or a host/database
url for MariaDB and PostgreSQL.
When using H2, the user is `sa`, the password can be empty and the url
must include these options:
When using H2, the user and password can be chosen freely on first
start, but must stay the same on subsequent starts. Usually, the user
is `sa` and the password is left empty. Additionally, the url must
include these options:
```
;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;AUTO_SERVER=TRUE