mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-18 00:47:48 -04:00
fix: map to DEFAULT_ACTIONS_URL
This commit is contained in:
parent
d7aa501ba1
commit
9bd3ea49f4
@ -12,7 +12,7 @@ var (
|
|||||||
Actions = struct {
|
Actions = struct {
|
||||||
Storage // how the created logs should be stored
|
Storage // how the created logs should be stored
|
||||||
Enabled bool
|
Enabled bool
|
||||||
DefaultActionsURL string
|
DefaultActionsURL string `ini:"DEFAULT_ACTIONS_URL"`
|
||||||
}{
|
}{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
DefaultActionsURL: "https://gitea.com",
|
DefaultActionsURL: "https://gitea.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user