mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
32 lines
662 B
Go Template
32 lines
662 B
Go Template
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
cache:
|
|
intercomService:
|
|
host: "redis-headless"
|
|
port: 6379
|
|
username: "default"
|
|
password: ""
|
|
nextcloud:
|
|
host: "redis-headless"
|
|
port: 6379
|
|
username: "default"
|
|
password: ""
|
|
tls: false
|
|
notes:
|
|
host: "redis-headless"
|
|
port: 6379
|
|
password: ""
|
|
openproject:
|
|
host: "memcached"
|
|
port: 11211
|
|
oxAppSuite:
|
|
host: "redis-headless"
|
|
port: 6379
|
|
username: "default"
|
|
password: ""
|
|
umsSelfservice:
|
|
host: "memcached"
|
|
port: 11211
|
|
...
|