update port and address for gitea
This commit is contained in:
parent
516c6ab493
commit
113127e7aa
@ -13,7 +13,9 @@
|
||||
DOMAIN = "git.jhink.org";
|
||||
ROOT_URL = "https://git.jhink.org";
|
||||
HTTP_PORT = 3000;
|
||||
HTTP_ADDR = "127.0.0.1";
|
||||
HTTP_ADDR = "0.0.0.0";
|
||||
START_SSH_SERVER = "true";
|
||||
SSH_PORT = 22222;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user