Skip to content
Snippets Groups Projects
Commit aa3a0e9d authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6721 OZG-6914 change config property path

parent c17d0cdf
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class AlfaSettingDTO implements ApplicationSettingDTO {
@Builder.Default
private String signatur = "";
@JsonProperty("ozgcloud.organisationsEinheitSettings")
@JsonProperty("ozgcloud.postfach.organisationsEinheitSettings")
@Builder.Default
private Map<String, OrganisationsEinheitSettings> organisationsEinheitSettings = new HashMap<>();
}
......@@ -22,7 +22,7 @@ class VorgangManagerSettingDTO implements ApplicationSettingDTO {
@Builder.Default
private String signatur = "";
@JsonProperty("ozgcloud.organisationsEinheitSettings")
@JsonProperty("ozgcloud.postfach.organisationsEinheitSettings")
@Builder.Default
private Map<String, OrganisationsEinheitSettings> organisationsEinheitSettings = new HashMap<>();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment