Backend URL

This commit is contained in:
Moritz Utcke
2025-03-25 14:13:33 -03:00
parent fc9fca0ee6
commit efc1e8329a
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ const { title } = Astro.props;
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -22,7 +22,7 @@ const { title } = Astro.props;
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -39,7 +39,7 @@ const schema = JSON.stringify({
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -76,7 +76,7 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light";
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,

View File

@@ -23,7 +23,7 @@ import { H } from "highlight.run";
H.init("1jdkoe52", {
serviceName: "online-energieausweis",
backendUrl: "http://212.227.61.149:8082/public",
backendUrl: "https://highlight-backend.ibcornelsen.de/public",
tracingOrigins: true,
networkRecording: {
enabled: true,