[server] host = "127.0.0.1" port = 8080 sizeLimit = 131072000 # 125MB [page] enabled = true staticDir = "/root/data/ghproxy/pages" [log] logFilePath = "/root/data/ghproxy/log/ghproxy.log" maxLogSize = 5 # MB [cors] enabled = true [auth] authToken = "token" enabled = false [blacklist] blacklistFile = "/root/data/ghproxy/config/blacklist.json" enabled = false [whitelist] enabled = false whitelistFile = "/root/data/ghproxy/config/whitelist.json"