mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-11 22:36:35 +00:00
Use Gogs' try instance as default value (#852)
This commit is contained in:
parent
50d5c53cf6
commit
eb6d69e1fd
@ -282,7 +282,7 @@ var flags = []cli.Flag{
|
|||||||
EnvVars: []string{"WOODPECKER_GOGS_URL"},
|
EnvVars: []string{"WOODPECKER_GOGS_URL"},
|
||||||
Name: "gogs-server",
|
Name: "gogs-server",
|
||||||
Usage: "gogs server address",
|
Usage: "gogs server address",
|
||||||
Value: "https://github.com",
|
Value: "https://try.gogs.io",
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
EnvVars: []string{"WOODPECKER_GOGS_GIT_USERNAME"},
|
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.
|
Enables the Gogs driver.
|
||||||
|
|
||||||
### `WOODPECKER_GOGS_URL`
|
### `WOODPECKER_GOGS_URL`
|
||||||
> Default: `https://github.com`
|
> Default: `https://try.gogs.io`
|
||||||
|
|
||||||
Configures the Gogs server address.
|
Configures the Gogs server address.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user