aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/environments/environment.prod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/environments/environment.prod.ts')
-rw-r--r--webapp/src/environments/environment.prod.ts10
1 files changed, 6 insertions, 4 deletions
diff --git a/webapp/src/environments/environment.prod.ts b/webapp/src/environments/environment.prod.ts
index 86bb4ef..3b862d3 100644
--- a/webapp/src/environments/environment.prod.ts
+++ b/webapp/src/environments/environment.prod.ts
@@ -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,
};