Skip to content

Commit

Permalink
rm unnecessary hitloop host
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Jul 31, 2024
1 parent afe28f5 commit 7397a46
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
message_queue_password = load_from_env("RABBITMQ_DEFAULT_PASS")
control_plane_host = load_from_env("CONTROL_PLANE_HOST")
control_plane_port = load_from_env("CONTROL_PLANE_PORT")
human_in_the_loop_host = load_from_env("HUMAN_IN_THE_LOOP_HOST")
human_in_the_loop_port = load_from_env("HUMAN_IN_THE_LOOP_PORT")
localhost = load_from_env("LOCALHOST")


Expand Down

0 comments on commit 7397a46

Please sign in to comment.