From a05c3c59e6300a87007093ee46d25fa06d7a0024 Mon Sep 17 00:00:00 2001 From: JUNG YI DAM Date: Sat, 13 Aug 2022 04:08:56 +0000 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B2=84=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index b05c7e4..16298ab 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -4,7 +4,7 @@ export const environment: Environment = { production: true, nats: { connectionOptions: { - servers: ['ws://192.168.50.208:8088'], + servers: ['ws://192.168.50.200:8088'], }, }, }; diff --git a/src/environments/environment.ts b/src/environments/environment.ts index f38e7dd..ed141e9 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -8,7 +8,7 @@ export const environment: Environment = { production: false, nats: { connectionOptions: { - servers: ['ws://192.168.50.208:8088'], + servers: ['ws://192.168.50.200:8088'], }, }, };