Skip to content

Commit

Permalink
Switch back to local default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Jan 26, 2024
1 parent 7627672 commit ed047c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarts/core/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _convert_truthy(t: str) -> bool:
("ray", "log_to_driver"): False,
("sumo", "server_port"): 62232,
("sumo", "server_host"): "localhost",
("sumo", "serve_mode"): "remote", # local|remote
("sumo", "serve_mode"): "local", # local|remote
}


Expand Down

0 comments on commit ed047c7

Please sign in to comment.