mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00:00
Use Gogs' try instance as default value (#852)
This commit is contained in:
parent
50d5c53cf6
commit
eb6d69e1fd
2 changed files with 2 additions and 2 deletions
|
@ -282,7 +282,7 @@ var flags = []cli.Flag{
|
|||
EnvVars: []string{"WOODPECKER_GOGS_URL"},
|
||||
Name: "gogs-server",
|
||||
Usage: "gogs server address",
|
||||
Value: "https://github.com",
|
||||
Value: "https://try.gogs.io",
|
||||
},
|
||||
&cli.StringFlag{
|
||||
EnvVars: []string{"WOODPECKER_GOGS_GIT_USERNAME"},
|
||||
|
|
|
@ -10,7 +10,7 @@ This is a full list of configuration options. Please note that many of these opt
|
|||
Enables the Gogs driver.
|
||||
|
||||
### `WOODPECKER_GOGS_URL`
|
||||
> Default: `https://github.com`
|
||||
> Default: `https://try.gogs.io`
|
||||
|
||||
Configures the Gogs server address.
|
||||
|
||||
|
|
Loading…
Reference in a new issue