mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 15:14:09 +09:00
fix: map to DEFAULT_ACTIONS_URL
This commit is contained in:
@ -12,7 +12,7 @@ var (
|
||||
Actions = struct {
|
||||
Storage // how the created logs should be stored
|
||||
Enabled bool
|
||||
DefaultActionsURL string
|
||||
DefaultActionsURL string `ini:"DEFAULT_ACTIONS_URL"`
|
||||
}{
|
||||
Enabled: false,
|
||||
DefaultActionsURL: "https://gitea.com",
|
||||
|
Reference in New Issue
Block a user