fix telegram
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[
|
||||
{
|
||||
"id": "romfast",
|
||||
"name": "Romfast - Producție",
|
||||
"local_port": 1522,
|
||||
"ssh_host": "roa.romfast.ro",
|
||||
"ssh_port": 22122,
|
||||
"ssh_user": "roa2web",
|
||||
"ssh_key": "secrets/romfast.ssh_key",
|
||||
"oracle_host": "10.0.20.36",
|
||||
"oracle_port": 1521,
|
||||
"_comment": "SSH key or ssh_pass required for authentication"
|
||||
},
|
||||
{
|
||||
"id": "client_b",
|
||||
"name": "Client B - Alt Server",
|
||||
"local_port": 1523,
|
||||
"ssh_host": "oracle.client-b.com",
|
||||
"ssh_port": 22,
|
||||
"ssh_user": "oracle_tunnel",
|
||||
"oracle_host": "192.168.1.10",
|
||||
"oracle_port": 1521,
|
||||
"_comment": "Uses secrets/client_b.ssh_pass for password auth"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user