New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / environments / environment.prod.ts
index 86bb4ef..3b862d3 100644 (file)
@@ -1,6 +1,8 @@
+/**
+ * @license
+ * Copyright Akveo. All Rights Reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ */
 export const environment = {
-    production: true,
-    maxConnectionRetry: 10,
-
-    debug: false,                // enable console.debug statements
+  production: true,
 };