1
1
Fork 0

Remove gitea other actions

main
Bill Ewanick 2023-10-07 20:26:59 -04:00
parent 8c399fcf82
commit 5c4ad7657b
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ in
service = { service = {
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
}; };
actions = { # actions = {
ENABLED = true; # ENABLED = true;
DEFAULT_ACTIONS_URL = "self"; # DEFAULT_ACTIONS_URL = "self";
}; # };
}; };
}; };