Skip to content

Commit 20f730b

Browse files
committed
new Ip
1 parent ef97abe commit 20f730b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444

4545
# OSD
4646

47-
OSD_IPs = {1:"52.15.197.75", 2:"3.143.216.252", 3:"54.90.61.223", 4:"34.224.4.5"}
47+
OSD_IPs = {1:"52.15.197.75", 2:"3.143.216.252", 3:"54.157.187.18", 4:"34.224.4.5"}
4848
#OSD_IPs = {1:"127.0.0.1", 2:"127.0.0.1", 3:"127.0.0.1", 4:"34.224.4.5"}
4949

5050
READ_WRITE_PORT = 1207
5151
HEARTBEAT_PORT = 1213
5252

5353

5454
# MONITOR
55-
MONITOR_IPs = {"primary": "34.224.4.5", "backup": "54.90.61.223"}
55+
MONITOR_IPs = {"primary": "34.224.4.5", "backup": "54.157.187.18"}
5656
#MONITOR_IPs = {"primary": "127.0.0.1", "backup": "127.0.0.1"}
5757

5858
CLIENT_REQ_PORT = 1217

0 commit comments

Comments
 (0)