|
@@ -2,6 +2,7 @@ import {authConfig} from '../../authConfig';
|
|
|
|
|
|
|
|
export const environment = {
|
|
export const environment = {
|
|
|
production: true,
|
|
production: true,
|
|
|
|
|
+ apiUri: authConfig.apiUri,
|
|
|
auth0: {
|
|
auth0: {
|
|
|
domain: authConfig.domain,
|
|
domain: authConfig.domain,
|
|
|
clientId: authConfig.clientId,
|
|
clientId: authConfig.clientId,
|