Files
baron_qa_write/assets/config.js
T
root a420407c18
Deploy EG-BIM QA Gateway / deploy (push) Successful in 48s
fix: support PKCE public client without client secret
2026-09-18 19:59:06 +09:00

16 lines
513 B
JavaScript

/* Static deployment 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: '/v1/qa/feedbacks',
workspaceId: 6,
workspaceCode: 'EGBIM',
channelId: '01a0ae40-51c2-7647-a93c-0249b3759777',
sourceNamespace: 'baron_qa_write',
storageBucket: 'qa_cdn',
pageSize: 10
}, window.QA_CONFIG || {});