damn, I need to introduce a .env file

This commit is contained in:
koehr 2024-01-09 00:58:51 +01:00
parent aef5438bc0
commit 9548e60d2f

View file

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