Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7bf41057a | ||
|
|
1c2d5e9f7f | ||
|
|
f6e977c69e | ||
|
|
0db8194dd5 |
@@ -18,16 +18,18 @@ let
|
||||
debug = false
|
||||
|
||||
[database]
|
||||
engine = "sqlite3"
|
||||
# acme-dns 2.x registers the embedded driver under `sqlite` (not the
|
||||
# legacy `sqlite3` identifier).
|
||||
engine = "sqlite"
|
||||
connection = "/var/lib/acme-dns/acme-dns.db"
|
||||
|
||||
[api]
|
||||
ip = "127.0.0.1"
|
||||
port = "8080"
|
||||
tls = "none"
|
||||
# Bootstrap registration is deliberately temporary. Once the single Lego
|
||||
# account exists, change this to true in a follow-up reviewed deployment.
|
||||
disable_registration = false
|
||||
# The one Lego account was bootstrapped before this configuration was
|
||||
# hardened. Updates authenticated by that account remain available.
|
||||
disable_registration = true
|
||||
corsorigins = []
|
||||
|
||||
[logconfig]
|
||||
|
||||
Reference in New Issue
Block a user