Set db_ssl to false by default, fixes #1043
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
70f2f5d750
commit
134c72f4fb
7 changed files with 11 additions and 3 deletions
|
@ -3,6 +3,7 @@ cli:
|
|||
insecure: false
|
||||
timeout: 5s
|
||||
db_path: /tmp/integration_test_db.sqlite3
|
||||
db_ssl: false
|
||||
db_type: sqlite3
|
||||
derp:
|
||||
auto_update_enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue