mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
16 lines
372 B
Go Template
16 lines
372 B
Go Template
# SPDX-FileCopyrightText: 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
objectstores:
|
|
dovecot:
|
|
bucket: "dovecot"
|
|
endpoint: ""
|
|
region: "eu-west-1"
|
|
secretKey: ""
|
|
username: "dovecot_user"
|
|
storageClass: "STANDARD"
|
|
useSSL: true
|
|
pathStyle: true
|
|
port: 443
|
|
...
|