From 46d9a5de050eb55413e07dd17b532f8c6c48a49b Mon Sep 17 00:00:00 2001 From: Martin <git@mail.de> Date: Mon, 5 May 2025 19:25:34 +0200 Subject: [PATCH] OZG-7774 activate datenanfragen and datenfreigaben for e2e --- src/main/resources/application-e2e.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-e2e.yaml b/src/main/resources/application-e2e.yaml index 43de8897..11e8f9f5 100644 --- a/src/main/resources/application-e2e.yaml +++ b/src/main/resources/application-e2e.yaml @@ -17,4 +17,7 @@ ozgcloud: statistik: true user-assistance: documentation: - url: https://code.schleswig-holstein.de/ozg-cloud/dokumentation/-/raw/main/Benutzerleitfaden_BY.pdf \ No newline at end of file + url: https://code.schleswig-holstein.de/ozg-cloud/dokumentation/-/raw/main/Benutzerleitfaden_BY.pdf + reporting: + datenanfragen-address: TBD + create-datenanfragen: true \ No newline at end of file -- GitLab