diff --git a/backend/ssh-tunnels.json b/backend/ssh-tunnels.json new file mode 100644 index 0000000..f161b28 --- /dev/null +++ b/backend/ssh-tunnels.json @@ -0,0 +1,12 @@ +[ + { + "id": "vending", + "name": "Vending Master", + "local_port": 1521, + "ssh_host": "79.119.86.134", + "ssh_port": 22122, + "ssh_user": "romfast", + "oracle_host": "127.0.0.1", + "oracle_port": 1521 + } +]