openpanel service hinzugefügt

This commit is contained in:
2026-03-12 07:51:36 +01:00
parent 5cbe4525d1
commit 11a266879b
11 changed files with 296 additions and 28 deletions

View File

@@ -0,0 +1,9 @@
// environment.ts
export const environment = {
production: false,
secret: "sec_4aa70c091e704023c6df",
openPanel: {
clientId: '727b9649-26ac-4083-96ea-92c3a60fe7a8',
apiUrl: 'https://analytics.hurler-webdesign.de/api', // oder self-hosted URL
}
};