Backend URL
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user