fix docker usage

This commit is contained in:
Norman Köhring 2023-08-05 23:51:45 +02:00
parent 9ccb0c8d61
commit 6e23cccd17

View file

@ -1,9 +1,9 @@
import { retryFetch } from "./toolkit.ts";
//const STATUS_URL = "http://ylt:8383/api/runs/";
//const RESULT_URL = "http://ylt:8383/api/results/";
const STATUS_URL = "http://localhost:8383/api/runs/";
const RESULT_URL = "http://localhost:8383/api/results/";
const STATUS_URL = "http://ylt:8383/api/runs/";
const RESULT_URL = "http://ylt:8383/api/results/";
//const STATUS_URL = "http://localhost:8383/api/runs/";
//const RESULT_URL = "http://localhost:8383/api/results/";
const METRIC_DEFAULTS = {
device: "desktop",
waitForResponse: false,