mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/gitea: Set clone port to 62954
This commit is contained in:
parent
3be2c7e6b4
commit
fba377eab2
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
domain = "git.kittywit.ch";
|
domain = "git.kittywit.ch";
|
||||||
rootUrl = "https://git.kittywit.ch";
|
rootUrl = "https://git.kittywit.ch";
|
||||||
httpAddress = "127.0.0.1";
|
httpAddress = "127.0.0.1";
|
||||||
|
ssh = {
|
||||||
|
clonePort = 62954;
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
security = {
|
security = {
|
||||||
DISABLE_GIT_HOOKS = false;
|
DISABLE_GIT_HOOKS = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue