This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/* EG-BIM page configuration. Keep credentials and R2 secrets out of this file. */
|
||||
window.QA_CONFIG = Object.assign({
|
||||
product: 'egbim',
|
||||
apiBaseUrl: '',
|
||||
ssoUrl: '/auth/login',
|
||||
ssoSessionEndpoint: '/auth/session',
|
||||
presignPath: '/v1/qa/uploads/presign',
|
||||
createFeedbackPath: '/api/feedbacks',
|
||||
projectId: '01a0ae3f-fcf6-74b5-bdc4-70d942d6ad72',
|
||||
workspaceId: 6,
|
||||
workspaceCode: 'EGBIM',
|
||||
channelId: '01a0ae40-51c2-7647-a93c-0249b3759777',
|
||||
sourceNamespace: 'EGBIM_QA',
|
||||
storageBucket: 'qa_cdn',
|
||||
pageSize: 10
|
||||
}, window.QA_CONFIG || {});
|
||||
Reference in New Issue
Block a user