diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index d834e4d..b3270c4 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.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 9a4f9c4..3c7a9cf 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.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'],