init dashboard
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
graphQl: {
|
||||
endpoint: 'https://avicenna.genius.ceo/graphql',
|
||||
ws: 'ws://avicenna.genius.ceo/graphql',
|
||||
},
|
||||
msAuth: {
|
||||
clientId: '9a4a1e7a-9544-439f-9cd3-3c20066a8a82',
|
||||
authority:
|
||||
'https://login.microsoftonline.com/e2851277-bafe-4a67-b98f-0da5d80cf3e1',
|
||||
redirectUri: 'http://localhost:4200/',
|
||||
postLogoutRedirectUri: 'http://localhost:4200/',
|
||||
},
|
||||
telemetry: {
|
||||
collectorSecret: 't3stK3y',
|
||||
otlpEndpoint: 'https://alloy.genius.ceo/collect',
|
||||
serviceName: 'avicenna.dashboard.dev'
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,18 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
graphQl: {
|
||||
endpoint: '{{GRAPHQL_ENDPOINT}}',
|
||||
ws: '{{GRAPHQL_WS_ENDPOINT}}'
|
||||
},
|
||||
msAuth: {
|
||||
clientId: '{{MS_AUTHENTICATION_CLIENT_ID}}',
|
||||
authority: '{{MS_AUTHENTICATION_AUTHORITY}}',
|
||||
redirectUri: '{{MS_AUTHENTICATION_REDIRECT_URI}}',
|
||||
postLogoutRedirectUri: '{{MS_AUTHENTICATION_POST_LOGOUT_REDIRECT_URI}}',
|
||||
},
|
||||
telemetry: {
|
||||
collectorSecret: '{{COLLECTOR_SECRET}}',
|
||||
otlpEndpoint: '{{OTLP_ENDPOINT}}',
|
||||
serviceName: '{{OTLP_SERVICE_NAME}}'
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,18 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
graphQl: {
|
||||
endpoint: '',
|
||||
ws: '',
|
||||
},
|
||||
msAuth: {
|
||||
clientId: '',
|
||||
authority: '',
|
||||
redirectUri: '',
|
||||
postLogoutRedirectUri: '',
|
||||
},
|
||||
telemetry: {
|
||||
collectorSecret: '',
|
||||
otlpEndpoint: '',
|
||||
serviceName: ''
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user