refactor: remove telemetry hostname references and update backend proxy settings

This commit is contained in:
Nawaz Dhandala
2026-04-02 14:09:26 +01:00
parent 5f398bdb31
commit 6f7907102b
6 changed files with 25 additions and 43 deletions

View File

@@ -176,12 +176,6 @@ export const AppApiHostname: Hostname = Hostname.fromString(
}`,
);
export const OpenTelemetryIngestHostname: Hostname = Hostname.fromString(
`${process.env["SERVER_APP_HOSTNAME"] || "localhost"}:${
process.env["APP_PORT"] || 80
}`,
);
export const WorkerHostname: Hostname = Hostname.fromString(
`${process.env["SERVER_APP_HOSTNAME"] || "localhost"}:${
process.env["APP_PORT"] || 80