forgejo: update port

This commit is contained in:
notohh 2023-06-11 07:48:54 -04:00
parent 6be74a3935
commit b0d7ba2c70
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,7 +11,7 @@
};
service.DISABLE_REGISTRATION = true;
server = {
HTTP_PORT = 3000;
HTTP_PORT = 3200;
DOMAIN = "git.notohh.dev";
ROOT_URL = "https://git.notohh.dev";
LANDING_PAGE = "/explore/repos";