Files
opendesk/helmfile/environments/default/cache.yaml.gotmpl
Thorsten Roßner 0e3b661565 fix(helmfile): Streamline file extensions in /helmfile/environments/default to
`*.yaml.gotmpl`., please read migrations.md for more details
2024-12-10 12:13:45 +01:00

28 lines
594 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
openproject:
host: "memcached"
port: 11211
oxAppSuite:
host: "redis-headless"
port: 6379
username: "default"
password: ""
umsSelfservice:
host: "memcached"
port: 11211
...