1
0
Fork 0
forked from forgejo/forgejo

[BRANDING] DEFAULT_ACTIONS_URL = https://codeberg.org

This commit is contained in:
Earl Warren 2023-02-21 18:20:13 +01:00
parent b270d5815c
commit 52b364ddbd
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ var (
DefaultActionsURL string `ini:"DEFAULT_ACTIONS_URL"`
}{
Enabled: false,
DefaultActionsURL: "https://gitea.com",
DefaultActionsURL: "https://codeberg.org",
}
)