server ip added

This commit is contained in:
Park Byung Eun 2022-08-18 06:40:44 +00:00
parent a9da20eb56
commit 227fb55c3d
2 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,10 @@ export const environment: Environment = {
production: true, production: true,
nats: { nats: {
connectionOptions: { connectionOptions: {
servers: ['ws://192.168.50.200:8088'], servers: ['ws://192.168.50.205:8088'],
// servers: ['ws://192.168.50.208:8088'],
// servers: ['ws://192.168.0.103:8088'],
// servers: ['ws://30.20.0.149:8088'],
}, },
}, },
}; };

View File

@ -8,7 +8,10 @@ export const environment: Environment = {
production: false, production: false,
nats: { nats: {
connectionOptions: { connectionOptions: {
servers: ['ws://192.168.50.200:8088'], servers: ['ws://192.168.50.205:8088'],
// servers: ['ws://192.168.50.208:8088'],
// servers: ['ws://192.168.0.103:8088'],
// servers: ['ws://30.20.0.149:8088'],
}, },
}, },
}; };