mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 16:03:43 +07:00
README: use absolute path for sqlite DB in example config (#116)
This commit is contained in:
parent
b452d504c8
commit
4bb5e265ab
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user