Disable actions
This commit is contained in:
parent
18eb50a602
commit
2029cc32e5
1 changed files with 5 additions and 1 deletions
|
|
@ -21,7 +21,11 @@
|
|||
};
|
||||
oauth2_client.ENABLE_AUTO_REGISTRATION = true;
|
||||
repository.GO_GET_CLONE_URL_PROTOCOL = "ssh";
|
||||
actions.DEFAULT_ACTIONS_URL = "github";
|
||||
actions = {
|
||||
# Disable for now
|
||||
ENABLED = false;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
|
||||
server = {
|
||||
DOMAIN = domain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue