mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Correct example DSN (fixes #29)
This commit is contained in:
parent
685306c386
commit
5894f35364
@ -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:
|
information on disk between restarts in `ql`, specify a file DSN:
|
||||||
|
|
||||||
```bash
|
```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
|
For `postgres`, you will need to create a database and a user with permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user