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

@@ -47,5 +47,6 @@ export type Config = {
enabledXsrfProtection: boolean;
namespaceStrategy: string;
loginInfoUrl: string;
releaseFeedUrl: string;
_links: Links;
};