update port and address for gitea

This commit is contained in:
Jacob Hinkle 2024-03-29 19:25:45 -04:00
parent 516c6ab493
commit 113127e7aa

View File

@ -13,7 +13,9 @@
DOMAIN = "git.jhink.org"; DOMAIN = "git.jhink.org";
ROOT_URL = "https://git.jhink.org"; ROOT_URL = "https://git.jhink.org";
HTTP_PORT = 3000; HTTP_PORT = 3000;
HTTP_ADDR = "127.0.0.1"; HTTP_ADDR = "0.0.0.0";
START_SSH_SERVER = "true";
SSH_PORT = 22222;
}; };
}; };
} }