adapt drone.toml to new version

This commit is contained in:
djamel 2015-06-11 13:52:24 +01:00 committed by Djamel F
parent c59d02a64c
commit e98a0950d5
2 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,8 @@ secret = ""
expires = ""
[database]
path = "/etc/drone/drone.db"
driver="sqlite3"
datasource="/var/lib/drone/drone.sqlite"
[docker]
cert = ""

View file

@ -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 = ""