|
|
|
@ -23,7 +23,7 @@ database_user: "{{ gitea_system_user }}"
|
|
|
|
|
# database_name from mysql/database
|
|
|
|
|
|
|
|
|
|
gitea_repository_force_private: no # Force new repositories to be private
|
|
|
|
|
gitea_repository_default_private: public # Default visibility on new projects )(public / private / last)
|
|
|
|
|
gitea_repository_default_private: public # Default visibility on new projects (public / private / last)
|
|
|
|
|
gitea_repository_max_creation: -1 # Maximum creations of repositories per user (-1 means no limit)
|
|
|
|
|
gitea_repository_pull_request_queue_length: 1000 # Patch test queue length
|
|
|
|
|
gitea_repository_mirror_queue_length: 1000 # Mirror sync queue length
|
|
|
|
|