Update dash ports to allow local instance whilst tunneling

This commit is contained in:
Evie Litherland-Smith 2023-09-06 08:13:38 +01:00
parent 1597a64671
commit f2266ac7b5

View file

@ -28,7 +28,7 @@ in {
}
{
# Dash/Plotly
bind.port = 8050;
bind.port = 8051;
host.address = "localhost";
host.port = 8050;
}
@ -46,7 +46,7 @@ in {
}
{
# Dash/Plotly
bind.port = 8051;
bind.port = 8052;
host.address = "localhost";
host.port = 8050;
}