|
| 1 | +/******************************************************************************** |
| 2 | + * Copyright (c) 2022, 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) |
| 3 | + * Copyright (c) 2022, 2023 ZF Friedrichshafen AG |
| 4 | + * Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation |
| 5 | + * |
| 6 | + * See the NOTICE file(s) distributed with this work for additional |
| 7 | + * information regarding copyright ownership. |
| 8 | + * |
| 9 | + * This program and the accompanying materials are made available under the |
| 10 | + * terms of the Apache License, Version 2.0 which is available at |
| 11 | + * https://www.apache.org/licenses/LICENSE-2.0. |
| 12 | + * |
| 13 | + * Unless required by applicable law or agreed to in writing, software |
| 14 | + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 15 | + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 16 | + * License for the specific language governing permissions and limitations |
| 17 | + * under the License. |
| 18 | + * |
| 19 | + * SPDX-License-Identifier: Apache-2.0 |
| 20 | + ********************************************************************************/ |
| 21 | + |
| 22 | +import { _environment } from './_environment.base'; |
| 23 | + |
| 24 | +export const environment = { |
| 25 | + ..._environment, |
| 26 | + multiTenant: true, |
| 27 | + authDisabled: false, |
| 28 | + mockService: false, |
| 29 | + keycloakUrl: 'https://centralidp.dev.demo.catena-x.net/auth', |
| 30 | + clientId: 'Cl10-CX-Part', |
| 31 | + defaultRealm: 'CX-Central', |
| 32 | + apiUrl: 'http://localhost:8080/api', |
| 33 | +}; |
0 commit comments