openpanel integration und entwurf blog

This commit is contained in:
2026-04-03 17:05:16 +02:00
parent 5138005397
commit cd694d0776
45 changed files with 2558 additions and 310 deletions

View File

@@ -1,9 +1,8 @@
// 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
clientId: 'c0e6dcf4-3eca-4b0b-a631-a93aa5df1477',
apiUrl: 'https://data.hurler-webdesign.de',
}
};