Update drone.toml
Run droned throw this error message: `Unable to parse config: no such flag -session-duration`
This commit is contained in:
parent
7e2b03e20f
commit
d31b41626d
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ port=":80"
|
||||||
|
|
||||||
# [session]
|
# [session]
|
||||||
# secret=""
|
# secret=""
|
||||||
# duration=""
|
# expires=""
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Database configuration, by default using SQLite3.
|
# Database configuration, by default using SQLite3.
|
||||||
|
@ -70,4 +70,4 @@ datasource="/var/lib/drone/drone.sqlite"
|
||||||
# nodes=[
|
# nodes=[
|
||||||
# "unix:///var/run/docker.sock",
|
# "unix:///var/run/docker.sock",
|
||||||
# "unix:///var/run/docker.sock"
|
# "unix:///var/run/docker.sock"
|
||||||
# ]
|
# ]
|
||||||
|
|
Loading…
Reference in a new issue