Disable repo units I don't use by default
This commit is contained in:
parent
5f31a39804
commit
38840402b9
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ APP_NAME = Gitea: Git with a cup of orange juice
|
||||||
ROOT = /mnt/repositories
|
ROOT = /mnt/repositories
|
||||||
DEFAULT_BRANCH = master
|
DEFAULT_BRANCH = master
|
||||||
DISABLE_STARS = true
|
DISABLE_STARS = true
|
||||||
|
DEFAULT_REPO_UNITS = repo.code
|
||||||
|
DEFAULT_FORK_REPO_UNITS = repo.code
|
||||||
|
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
SSH_DOMAIN = git.theorangeone.net
|
SSH_DOMAIN = git.theorangeone.net
|
||||||
|
|
Loading…
Reference in a new issue