Skip to content

Commit e9a5c14

Browse files
committed
add config file.
1 parent a86461f commit e9a5c14

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

RemoteDesktopManager/rdm.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"accountName": "Office-AU-电脑",
4+
"address": "192.168.1.1",
5+
"port": 3389,
6+
"loginname": "username",
7+
"password": "password"
8+
},
9+
{
10+
"accountName": "Office-AU-电脑2",
11+
"address": "192.168.1.2",
12+
"port": 3389,
13+
"loginname": "username",
14+
"password": "password"
15+
}
16+
]

0 commit comments

Comments
 (0)