fix in code
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-26 19:15:41 +03:00
parent 70f3afb380
commit 34834f0cc9
+1 -1
View File
@@ -12,7 +12,7 @@ const configPath = path.join(__dirname, "config.yml");
const config = yaml.load(fs.readFileSync(configPath, "utf8"));
const PORT = config.server?.port || 4000;
const HOSTS = config.targets?.hosts || [url: "http://127.0.0.1:7088", name: "my-server"];
const HOSTS = config.targets?.hosts || [{url: "http://127.0.0.1:7088", name: "my-server"}];
const ENDPOINTS = config.targets?.endpoints || [];
const TIMEOUT = config.targets?.timeout || 120_000;