28 lines
671 B
JSON
28 lines
671 B
JSON
{
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": 8788
|
|
},
|
|
"instances": [
|
|
{
|
|
"id": "simadmin-open",
|
|
"name": "无密码 SimAdmin",
|
|
"url": "http://192.168.68.1:3000",
|
|
"description": "密码保护关闭或尚未配置密码的实例",
|
|
"auth": { "mode": "none" },
|
|
"tags": ["open"]
|
|
},
|
|
{
|
|
"id": "simadmin-password",
|
|
"name": "有密码 SimAdmin",
|
|
"url": "http://192.168.68.2:3000",
|
|
"description": "服务端代登录并保存会话 Cookie;密码只保存在本地 config.json",
|
|
"auth": {
|
|
"mode": "password",
|
|
"password": "CHANGE_ME"
|
|
},
|
|
"tags": ["password"]
|
|
}
|
|
]
|
|
}
|