/* 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 || {});