asset_browser/public/config.js
2026-03-27 09:18:39 -04:00

15 lines
465 B
JavaScript
Executable file

// Runtime config — API key is injected server-side by nginx proxy, not stored here.
const CONFIG = {
syncro: {
subdomain: 'derenzybt',
baseUrl: 'https://derenzybt.syncromsp.com',
apiBase: '/syncro-api', // nginx reverse-proxies this to Syncro
},
app: {
idleTimeout: 180000, // ms before returning to scan mode (3 minutes)
defaultCustomerId: 33332476,
defaultCustomerName: 'Prime Home Health',
},
};
export default CONFIG;