Correct example DSN (fixes #29)

This commit is contained in:
Jakob Borg 2015-11-08 14:53:07 +01:00
parent 685306c386
commit 5894f35364
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ By default it will use in-memory `ql` backend. If you wish to persist the
information on disk between restarts in `ql`, specify a file DSN:
```bash
$ discosrv -db-dsn="file://var/run/discosrv.db"
$ discosrv -db-dsn="file:///var/run/discosrv.db"
```
For `postgres`, you will need to create a database and a user with permissions