File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 152152 "browserTarget" : " trace-x:build:dev,authMock"
153153 },
154154 "localBackend" : {
155- "browserTarget" : " webapp :build:dev,localBackend"
155+ "browserTarget" : " trace-x :build:dev,localBackend"
156156 },
157157 "production" : {
158158 "browserTarget" : " trace-x:build:production"
Original file line number Diff line number Diff line change 1+ /********************************************************************************
2+ * Copyright (c) 2021,2022 Contributors to the CatenaX (ng) GitHub Organisation
3+ *
4+ * See the NOTICE file(s) distributed with this work for additional
5+ * information regarding copyright ownership.
6+ *
7+ * This program and the accompanying materials are made available under the
8+ * terms of the Apache License, Version 2.0 which is available at
9+ * https://www.apache.org/licenses/LICENSE-2.0.
10+ *
11+ * Unless required by applicable law or agreed to in writing, software
12+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+ * License for the specific language governing permissions and limitations
15+ * under the License.
16+ *
17+ * SPDX-License-Identifier: Apache-2.0
18+ ********************************************************************************/
19+
20+ import { _environment } from './_environment.base' ;
21+
22+ export const environment = {
23+ ..._environment ,
24+ multiTenant : true ,
25+ authDisabled : false ,
26+ mockService : false ,
27+ keycloakUrl : 'https://centralidp.dev.demo.catena-x.net/auth' ,
28+ clientId : 'Cl10-CX-Part' ,
29+ defaultRealm : 'CX-Central' ,
30+ apiUrl : 'http://localhost:8080/api' ,
31+ } ;
You can’t perform that action at this time.
0 commit comments