From e53b55b7e73a71bf8be97af2ada5d4073fa898f2 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Fri, 13 Jul 2018 14:27:55 +0800
Subject: [PATCH] updates

---
 src/environments/environment.chore.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/environments/environment.chore.ts b/src/environments/environment.chore.ts
index bb3034e..db0ba3a 100644
--- a/src/environments/environment.chore.ts
+++ b/src/environments/environment.chore.ts
@@ -1,6 +1,8 @@
 export const environment = {
+    chore: true,
     SERVER_URL: `./`,
     production: true,
     hmr: false,
-    useHash: false
+    useHash: false,
+    SERVER_BASH_URL: `http://monitor-api2.7drlb.com/`
 };

--
Gitblit v1.8.0