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