mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
Use localhost and set redis password by default (#6481)
This commit is contained in:
@@ -195,3 +195,10 @@ PICKLE_BUFFER_METADATA = b"PICKLE"
|
||||
PICKLE5_BUFFER_METADATA = b"PICKLE5"
|
||||
|
||||
AUTOSCALER_RESOURCE_REQUEST_CHANNEL = b"autoscaler_resource_request"
|
||||
|
||||
# The default password to prevent redis port scanning attack.
|
||||
# Hex for ray.
|
||||
REDIS_DEFAULT_PASSWORD = "5241590000000000"
|
||||
|
||||
# The default ip address to bind to.
|
||||
NODE_DEFAULT_IP = "127.0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user