damn, I need to introduce a .env file

main
koehr 4 months ago
parent aef5438bc0
commit 9548e60d2f

@ -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,

Loading…
Cancel
Save