openpanel service hinzugefügt
This commit is contained in:
9
src/environments/openpanel.ts
Normal file
9
src/environments/openpanel.ts
Normal 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
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user