Skip to content

Commit

Permalink
[Serve] Remove unused Serve constants (ray-project#47593)
Browse files Browse the repository at this point in the history
Went through all the constants in the file and remove the ones that's no

Signed-off-by: Gene Su <[email protected]>
Signed-off-by: ujjawal-khare <[email protected]>
  • Loading branch information
GeneDer authored and ujjawal-khare committed Oct 15, 2024
1 parent b8c383b commit 197e784
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/ray/serve/_private/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
#: Ray namespace used for all Serve actors
SERVE_NAMESPACE = "serve"

#: HTTP Address
DEFAULT_HTTP_ADDRESS = os.environ.get(
"RAY_SERVE_DEFAULT_HTTP_ADDRESS", "http://127.0.0.1:8000"
)

#: HTTP Host
DEFAULT_HTTP_HOST = os.environ.get("RAY_SERVE_DEFAULT_HTTP_HOST", "127.0.0.1")

Expand Down

0 comments on commit 197e784

Please sign in to comment.