diff --git a/README.md b/README.md index 3d398581d..1db803a53 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ secret = "" expires = "" [database] -path = "/etc/drone/drone.db" +driver="sqlite3" +datasource="/var/lib/drone/drone.sqlite" [docker] cert = "" diff --git a/dist/drone/etc/drone/drone.toml b/dist/drone/etc/drone/drone.toml index 4fb4f0c00..195c8cf6f 100644 --- a/dist/drone/etc/drone/drone.toml +++ b/dist/drone/etc/drone/drone.toml @@ -8,7 +8,8 @@ key = "" # expires = "" [database] -path = "/var/lib/drone/drone.sqlite" +driver="sqlite3" +datasource="/var/lib/drone/drone.sqlite" [docker] cert = "" @@ -16,7 +17,7 @@ key = "" addr = "unix:///var/run/docker.sock" swarm = "" -# [service] +# [remote] # kind = "github" # base = "https://github.com" # orgs = [] @@ -33,4 +34,3 @@ swarm = "" # [agents] # secret = "" -