bert: Enable push-to-create in Forgejo
This commit is contained in:
parent
0c20daac0e
commit
5c296f9a84
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
LANDING_PAGE = "/chandlerswift";
|
LANDING_PAGE = "/chandlerswift";
|
||||||
};
|
};
|
||||||
|
repository = {
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
ENABLE_PUSH_CREATE_ORG = true;
|
||||||
|
};
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue