Skip to content

Commit d694f18

Browse files
committed
Do not push: config for local backend with oauth
1 parent 697d537 commit d694f18

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
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"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
};

0 commit comments

Comments
 (0)