mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Merge pull request #800 from dave-tucker/toml_gogs
Add Gogs to the config file and Readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user