From 63038babf82baf95908480eeceb937a918f79444 Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Thu, 18 Aug 2022 06:51:40 +0000 Subject: [PATCH] bug fix --- src/environments/environment.prod.ts | 3 ++- src/environments/environment.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index b3270c4..5a2a8b7 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -4,7 +4,8 @@ export const environment: Environment = { production: true, nats: { connectionOptions: { - servers: ['ws://192.168.50.200:8088'], + servers: ['ws://192.168.50.205:8088'], + // servers: ['ws://192.168.50.200:8088'], // servers: ['ws://192.168.50.208:8088'], // servers: ['ws://192.168.0.103:8088'], // servers: ['ws://30.20.0.149:8088'], diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 3c7a9cf..c8cd57b 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -8,7 +8,8 @@ export const environment: Environment = { production: false, nats: { connectionOptions: { - servers: ['ws://192.168.50.200:8088'], + servers: ['ws://192.168.50.205:8088'], + // servers: ['ws://192.168.50.200:8088'], // servers: ['ws://192.168.50.208:8088'], // servers: ['ws://192.168.0.103:8088'], // servers: ['ws://30.20.0.149:8088'],