forgejo: try max_repo_limit
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
daeaceaae5
commit
d20ff483b9
1 changed files with 3 additions and 1 deletions
|
@ -485,7 +485,9 @@ gitea:
|
|||
RUN_MODE: prod
|
||||
|
||||
## @param gitea.config.repository General repository settings
|
||||
repository: {}
|
||||
repository:
|
||||
MAX_CREATION_LIMIT: 0
|
||||
ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT: true
|
||||
|
||||
## @param gitea.config.cors Cross-origin resource sharing settings
|
||||
cors: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue