Update dash ports to allow local instance whilst tunneling
This commit is contained in:
parent
1597a64671
commit
f2266ac7b5
|
@ -28,7 +28,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# Dash/Plotly
|
# Dash/Plotly
|
||||||
bind.port = 8050;
|
bind.port = 8051;
|
||||||
host.address = "localhost";
|
host.address = "localhost";
|
||||||
host.port = 8050;
|
host.port = 8050;
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# Dash/Plotly
|
# Dash/Plotly
|
||||||
bind.port = 8051;
|
bind.port = 8052;
|
||||||
host.address = "localhost";
|
host.address = "localhost";
|
||||||
host.port = 8050;
|
host.port = 8050;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue