14990: added 404 page with wildcard route
[arvados.git] / src / common / config.ts
index 39f9fbd13d37e0e59554008bfa2549e3149a3e31..cf539f3dd51856783b56dd6a90192c1dd69fe319 100644 (file)
@@ -23,6 +23,9 @@ export interface ClusterConfigJSON {
             Scheme: string
         }
     };
+    Mail?: {
+        SupportEmailAddress: string;
+    };
     Services: {
         Controller: {
             ExternalURL: string