Files
opendesk/helmfile/environments/default/cache.yaml.gotmpl
2025-09-10 13:10:13 +02:00

39 lines
788 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: ""
oxAppSuitePush:
host: "redis-headless"
port: 6379
username: "default"
password: ""
tls: false
db: 7
umsSelfservice:
host: "memcached"
port: 11211
...