From 5894f353644dc932859e4f54a7896eba59e2b118 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 8 Nov 2015 14:53:07 +0100 Subject: [PATCH] Correct example DSN (fixes #29) --- cmd/discosrv/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/discosrv/README.md b/cmd/discosrv/README.md index c57d4b67..8269c607 100644 --- a/cmd/discosrv/README.md +++ b/cmd/discosrv/README.md @@ -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