File tree Expand file tree Collapse file tree 3 files changed +1200
-0
lines changed Expand file tree Collapse file tree 3 files changed +1200
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ##############################################################
2
+ # Eclipse Tractus-X - Industry Core Hub
3
+ #
4
+ # Copyright (c) 2025 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
+ portal :
22
+ enabled : true
23
+ # -- uncomment the following for persistance
24
+ # postgresql:
25
+ # primary:
26
+ # persistence:
27
+ # enabled: true
28
+
29
+ centralidp :
30
+ enabled : true
31
+ # -- uncomment the following for persistance
32
+ # keycloak:
33
+ # postgresql:
34
+ # primary:
35
+ # persistence:
36
+ # enabled: true
37
+
38
+ sharedidp :
39
+ enabled : true
40
+ # -- uncomment the following for persistance
41
+ # keycloak:
42
+ # postgresql:
43
+ # primary:
44
+ # persistence:
45
+ # enabled: true
46
+
47
+ tx-data-provider :
48
+ enabled : true
49
+ seedTestdata : true
50
+ # -- uncomment the following for persistance
51
+ # postgresql:
52
+ # primary:
53
+ # persistence:
54
+ # enabled: true
55
+ digital-twin-registry :
56
+ registry :
57
+ host : dataprovider-dtr.tx.test
58
+ ingress :
59
+ enabled : true
60
+ urlPrefix : /
61
+
62
+ ssi-dim-wallet-stub :
63
+ enabled : true
64
+
65
+ pgadmin4 :
66
+ enabled : true
67
+ # -- uncomment the following for persistance
68
+ # persistentVolume:
69
+ # enabled: true
You can’t perform that action at this time.
0 commit comments