forgejo: enable push to create
This commit is contained in:
parent
4cc524d1c5
commit
769937bf1a
|
@ -27,6 +27,9 @@ in
|
|||
ENABLED = true;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
repository = {
|
||||
ENABLE_PUSH_CREATE_USER = true;
|
||||
};
|
||||
server = {
|
||||
DOMAIN = "git.lelgenio.com";
|
||||
HTTP_PORT = 3000;
|
||||
|
|
Loading…
Reference in a new issue