change razorbill port to 3000, as it can not be connected in subnet

This commit is contained in:
zolliker 2024-07-11 16:54:01 +02:00
parent bb11f7cc20
commit 9caa3f3e08

View File

@ -22,7 +22,7 @@ Mod('T_remote',
'frappy.proxy.Proxy',
'dummy (remote) T',
remote_class = 'frappy_psi.dummy.Temp',
uri='razorbill:5000',
uri='razorbill:3000',
module='T',
# export=False,
)