fix: map to DEFAULT_ACTIONS_URL

This commit is contained in:
Jason Song 2023-01-06 10:50:01 +08:00
parent d7aa501ba1
commit 9bd3ea49f4
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5

View File

@ -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",