vcell / data /webapp-ng /src /environments /environment.dev.ts
introvoyz041's picture
Migrated from GitHub
9d54b72 verified
export const environment = {
production: true,
auth: {
authorizationParams: {
audience: `https://vcell-dev.cam.uchc.edu`,
},
},
httpInterceptor: {
allowedList: [ 'https://vcell-dev.cam.uchc.edu/api/*', ],
},
};