Skip to content

Commit 6603da2

Browse files
committed
Updated package.
1 parent 89fdcbb commit 6603da2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"config": {
33
"endpoints": {
44
"MathService": {
5-
"host": "192.168.65.111",
6-
"port": 29144
5+
"host": "micro-math-service.marathon.l4lb.thisdcos.directory",
6+
"port": 3000
77
},
88
"UuidService": {
9-
"host": "192.168.65.111",
10-
"port": 30965
9+
"host": "micro-uuid-service.marathon.l4lb.thisdcos.directory",
10+
"port": 3000
1111
}
1212
}
1313
},

0 commit comments

Comments
 (0)