File size: 240 Bytes
9d54b72
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13

export const environment = {
  production: true,
  auth: {
    authorizationParams: {
      audience: `https://vcell-dev.cam.uchc.edu`,
    },
  },
  httpInterceptor: {
    allowedList: [ 'https://vcell-dev.cam.uchc.edu/api/*', ],
  },
};