fix: forgejo use github for actions url
This commit is contained in:
@@ -115,7 +115,10 @@ in
|
|||||||
SMTP_PORT = 587;
|
SMTP_PORT = 587;
|
||||||
USER = "gitea@cloonar.com";
|
USER = "gitea@cloonar.com";
|
||||||
};
|
};
|
||||||
actions.ENABLED=true;
|
actions = {
|
||||||
|
ENABLED = true;
|
||||||
|
DEFAULT_ACTIONS_URL = "github"; # Pull actions from GitHub
|
||||||
|
};
|
||||||
attachment = {
|
attachment = {
|
||||||
MAX_SIZE = 2048; # 2GB in MB for general attachments
|
MAX_SIZE = 2048; # 2GB in MB for general attachments
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user