Skip to content

Commit

Permalink
README: use absolute path for sqlite DB in example config (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienschmidt authored and joohoi committed Sep 28, 2018
1 parent b452d50 commit 4bb5e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ debug = false
# Database engine to use, sqlite3 or postgres
engine = "sqlite3"
# Connection string, filename for sqlite3 and postgres:https://$username:$password@$host/$db_name for postgres
connection = "acme-dns.db"
connection = "/var/lib/acme-dns/acme-dns.db"
# connection = "postgres:https://user:password@localhost/acmedns_db"

[api]
Expand Down

0 comments on commit 4bb5e26

Please sign in to comment.