openpanel integration und entwurf blog
This commit is contained in:
4
src/environments/environment.directus.ts
Normal file
4
src/environments/environment.directus.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
directusUrl: 'https://backend.hurler-webdesign.de',
|
||||
};
|
||||
@@ -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',
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user