ip of development server is changed

This commit is contained in:
병준 박 2022-08-18 06:40:25 +00:00
parent a9da20eb56
commit 72569d064f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ 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'],
}, },
}, },
}; };

View File

@ -8,7 +8,7 @@ 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'],
}, },
}, },
}; };