mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-03 13:30:08 +07:00
Fix the default configuration SQLite db path (#143)
This commit is contained in:
parent
aff13a02fb
commit
d695f72963
@ -26,8 +26,7 @@ debug = false
|
|||||||
engine = "sqlite3"
|
engine = "sqlite3"
|
||||||
# Connection string, filename for sqlite3 and postgres://$username:$password@$host/$db_name for postgres
|
# 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
|
# 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 = "/var/lib/acme-dns/acme-dns.db"
|
||||||
connection = "acme-dns.db"
|
|
||||||
# connection = "postgres://user:password@localhost/acmedns_db"
|
# connection = "postgres://user:password@localhost/acmedns_db"
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
|
Loading…
Reference in New Issue
Block a user