add rss release feed url to global config

This commit is contained in:
Eduard Heimbuch
2020-09-21 15:26:51 +02:00
parent bd340e9c36
commit 404e6fec66
7 changed files with 29 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ public class ConfigDto extends HalRepresentation {
private boolean enabledXsrfProtection;
private String namespaceStrategy;
private String loginInfoUrl;
private String releaseFeedUrl;
@Override
@SuppressWarnings("squid:S1185") // We want to have this method available in this package