mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-07-26 23:57:50 +07:00
README: use absolute path for sqlite DB in example config (#116)
This commit is contained in:

committed by
Joona Hoikkala

parent
b452d504c8
commit
4bb5e265ab
@ -236,7 +236,7 @@ debug = false
|
|||||||
# Database engine to use, sqlite3 or postgres
|
# Database engine to use, sqlite3 or postgres
|
||||||
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
|
||||||
connection = "acme-dns.db"
|
connection = "/var/lib/acme-dns/acme-dns.db"
|
||||||
# connection = "postgres://user:password@localhost/acmedns_db"
|
# connection = "postgres://user:password@localhost/acmedns_db"
|
||||||
|
|
||||||
[api]
|
[api]
|
||||||
|
Reference in New Issue
Block a user