README: use absolute path for sqlite DB in example config (#116)

This commit is contained in:
Julien Schmidt 2018-09-28 16:40:50 +08:00 committed by Joona Hoikkala
parent b452d504c8
commit 4bb5e265ab

View File

@ -236,7 +236,7 @@ debug = false
# Database engine to use, sqlite3 or postgres
engine = "sqlite3"
# Connection string, filename for sqlite3 and postgres://$username:$password@$host/$db_name for postgres
connection = "acme-dns.db"
connection = "/var/lib/acme-dns/acme-dns.db"
# connection = "postgres://user:password@localhost/acmedns_db"
[api]