File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed
Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: AGPL-3.0-only
2+ # SPDX-FileCopyrightText: 2025 Univention GmbH
3+
4+ # Already added to the documentation:
5+
6+ nubusKeycloakExtensions :
7+ smtp :
8+ auth :
9+ username : " nubusKeycloakExtensions.smtp.auth.username"
10+
11+ keycloak :
12+ postgresql :
13+ auth :
14+ username : " keycloak.postgresql.auth.username"
15+
16+ nubusGuardian :
17+ postgresql :
18+ auth :
19+ username : " nubusGuardian.postgresql.auth.username"
20+ password : " nubusGuardian.postgresql.auth.password"
21+ provisioning :
22+ keycloak :
23+ auth :
24+ username : " nubusGuardian.provisioning.keycloak.auth.username"
25+ password : " nubusGuardian.provisioning.keycloak.auth.password"
26+
27+ nubusNotificationsApi :
28+ postgresql :
29+ auth :
30+ username : " nubusNotificationsApi.postgresql.auth.username"
31+ password : " nubusNotificationsApi.postgresql.auth.password"
32+
33+ nubusPortalConsumer :
34+ provisioningApi :
35+ auth :
36+ username : " nubusPortalConsumer.provisioningApi.auth.username"
37+ password : " nubusPortalConsumer.provisioningApi.auth.password"
38+
39+ nubusSelfServiceConsumer :
40+ provisioningApi :
41+ auth :
42+ username : " nubusSelfServiceConsumer.provisioningApi.auth.username"
43+ password : " nubusSelfServiceConsumer.provisioningApi.auth.password"
44+
45+ nubusUdmListener :
46+ nats :
47+ auth :
48+ password : " nubusUdmListener.nats.auth.password"
49+
50+ nubusUmcServer :
51+ memcached :
52+ auth :
53+ username : " nubusUmcServer.memcached.auth.username"
54+ password : " nubusUmcServer.memcached.auth.password"
55+ postgresql :
56+ auth :
57+ username : " nubusUmcServer.postgresql.auth.username"
58+ password : " nubusUmcServer.postgresql.auth.password"
59+ postgresPassword : " nubusUmcServer.postgresql.auth.postgresPassword"
You can’t perform that action at this time.
0 commit comments