mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
21 lines
518 B
YAML
21 lines
518 B
YAML
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
notificationsapi:
|
|
apply_database_migrations: "True"
|
|
dev_mode: "False"
|
|
environment: "staging"
|
|
log_level: "DEBUG"
|
|
sql_echo: "False"
|
|
api_prefix: "/univention/portal/notifications-api"
|
|
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- "ALL"
|
|
privileged: false
|
|
seccompProfile:
|
|
type: "RuntimeDefault"
|
|
...
|