Updated gitea http server address

This commit is contained in:
Random936 2025-03-31 11:55:24 -07:00
parent dd930f4121
commit 9fa79a6d64

View File

@ -73,7 +73,6 @@
settings = {
server = {
ROOT_URL = "https://git.randomctf.com";
HTTP_ADDR = "127.0.0.1";
HTTP_PORT = 3300;
DOMAIN = "git.randomctf.com";
};