서버 수정

This commit is contained in:
이담 정 2022-08-13 03:56:31 +00:00
parent a238b5bde7
commit c79a5dba20
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.208: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.208:8088'],
}, },
}, },
}; };