2 lines
677 B
JavaScript
2 lines
677 B
JavaScript
var e={production:!1,api:{identity:"https://localhost:5001/api",masterAdmin:"https://localhost:5002/api"},sessionTimeout:{warningAfterMs:15e5,logoutAfterMs:18e5},firebase:{apiKey:"********************************",authDomain:"********************************",projectId:"********************************",storageBucket:"********************************",messagingSenderId:"********************************",appId:"********************************",measurementId:"********************************"}};var i={identity:e.api.identity,masterAdmin:e.api.masterAdmin};function c(o,t){let s=i[o].replace(/\/+$/,""),r=t.startsWith("/")?t:`/${t}`;return`${s}${r}`}export{e as a,c as b};
|