ip of development server is changed
This commit is contained in:
@@ -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'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user