backend URL

This commit is contained in:
Moritz Utcke
2025-03-25 14:04:41 -03:00
parent 5d66eb10ca
commit fc9fca0ee6
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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