Skip to content
Snippets Groups Projects
Unverified Commit d695f729 authored by Joona Hoikkala's avatar Joona Hoikkala Committed by GitHub
Browse files

Fix the default configuration SQLite db path (#143)

parent aff13a02
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,7 @@ debug = false
engine = "sqlite3"
# Connection string, filename for sqlite3 and postgres://$username:$password@$host/$db_name for postgres
# Please note that the default Docker image uses path /var/lib/acme-dns/acme-dns.db for sqlite3
#connection = "/var/lib/acme-dns/acme-dns.db"
connection = "acme-dns.db"
connection = "/var/lib/acme-dns/acme-dns.db"
# connection = "postgres://user:password@localhost/acmedns_db"
[api]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment