Skip to content

Commit

Permalink
Correct example DSN (fixes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Nov 8, 2015
1 parent 8615ccd commit f52dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit f52dca9

Please sign in to comment.