20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"gatewayUrl": "wss://conn.biboer.cn",
|
|
"gatewayToken": "remoteconn-dev-token",
|
|
"selectedServerId": "dev-server",
|
|
"servers": [
|
|
{
|
|
"id": "dev-server",
|
|
"name": "Dev Server",
|
|
"host": "shell.biboer.cn",
|
|
"port": 22,
|
|
"username": "gavin",
|
|
"transportMode": "gateway",
|
|
"authType": "password",
|
|
"password": "Gavin123",
|
|
"cols": 80,
|
|
"rows": 24
|
|
}
|
|
]
|
|
}
|