bert: Enable push-to-create in Forgejo

This commit is contained in:
Chandler Swift 2024-11-12 00:47:55 -06:00
parent 0c20daac0e
commit 5c296f9a84
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -13,6 +13,10 @@
HTTP_PORT = 3001;
LANDING_PAGE = "/chandlerswift";
};
repository = {
ENABLE_PUSH_CREATE_USER = true;
ENABLE_PUSH_CREATE_ORG = true;
};
service.DISABLE_REGISTRATION = true;
};
};