Forgejo push to create

This commit is contained in:
Hunter Haugen 2026-03-31 07:50:40 -07:00
parent c926c9fd6e
commit 72d179fce9
Signed by: hunner
GPG key ID: EF99694AA599DDAD

View file

@ -26,6 +26,8 @@ in
session.COOKIE_SECURE = true;
service.DISABLE_REGISTRATION = false;
repository.ENABLE_PUSH_CREATE_USER = true;
repository.ENABLE_PUSH_CREATE_ORG = true;
};
};