Home: Add mars database port forward
This commit is contained in:
@ -922,10 +922,17 @@ in
|
|||||||
serverAliveInterval = 60;
|
serverAliveInterval = 60;
|
||||||
localForwards = [
|
localForwards = [
|
||||||
{
|
{
|
||||||
|
# Resultbrowser
|
||||||
bind.port = 22941;
|
bind.port = 22941;
|
||||||
host.address = "127.0.0.1";
|
host.address = "127.0.0.1";
|
||||||
host.port = 22941;
|
host.port = 22941;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
# Mysql
|
||||||
|
bind.port = 3306;
|
||||||
|
host.address = "127.0.0.1";
|
||||||
|
host.port = 3306;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user