Skip to content

Commit

Permalink
Fix the default configuration SQLite db path (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
joohoi committed Feb 1, 2019
1 parent aff13a0 commit d695f72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d695f72

Please sign in to comment.