mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-22 01:00:02 +02:00
resets default host to 0.0.0.0
This commit is contained in:
parent
246148f513
commit
e6e5ac84b4
@ -164,7 +164,7 @@ class Server:
|
|||||||
def __init__( # noqa: PLR0913
|
def __init__( # noqa: PLR0913
|
||||||
self,
|
self,
|
||||||
service: DataService,
|
service: DataService,
|
||||||
host: str = "127.0.0.1",
|
host: str = "0.0.0.0",
|
||||||
rpc_port: int = 18871,
|
rpc_port: int = 18871,
|
||||||
web_port: int = 8001,
|
web_port: int = 8001,
|
||||||
enable_rpc: bool = True,
|
enable_rpc: bool = True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user