Check for abs/rel path in db_path
This commit is contained in:
parent
b0adefc540
commit
460a23cf2b
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"private_key_path": "private.key",
|
||||
"derp_map_path": "derp.yaml",
|
||||
"db_type": "sqlite3",
|
||||
"db_path": "./db.sqlite",
|
||||
"db_path": "db.sqlite",
|
||||
"tls_letsencrypt_hostname": "",
|
||||
"tls_letsencrypt_cache_dir": ".cache",
|
||||
"tls_letsencrypt_challenge_type": "HTTP-01",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue