Add Gogs to the TOML config file
While updating an Ansible module I noticed that while Gogs is supported, it doesn't appear, commented out, in the TOML file. This commit adds it Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
This commit is contained in:
parent
ae65cf5fdb
commit
9f2849d5ad
2 changed files with 7 additions and 0 deletions
|
@ -116,6 +116,10 @@ secret=""
|
|||
url=""
|
||||
skip_verify=false
|
||||
|
||||
[gogs]
|
||||
url=""
|
||||
secret=""
|
||||
|
||||
[smtp]
|
||||
host=""
|
||||
port=""
|
||||
|
|
|
@ -53,6 +53,9 @@ datasource="/var/lib/drone/drone.sqlite"
|
|||
# url=""
|
||||
# skip_verify=false
|
||||
|
||||
# [gogs]
|
||||
# url=""
|
||||
# secret=""
|
||||
|
||||
#####################################################################
|
||||
# SMTP configuration for Drone. This is required if you plan
|
||||
|
|
Loading…
Reference in a new issue