Add fallback mail host to global config

This commit is contained in:
René Pfeuffer
2020-10-12 20:32:53 +02:00
parent bb9f1adc52
commit 9c233c1926
9 changed files with 54 additions and 2 deletions

View File

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