Files
django.remote/config.json

20 lines
547 B
JSON
Raw Normal View History

2025-08-31 11:00:32 +08:00
{
"测试机": {
"ip": "192.168.3.157",
"username": "xiaji",
"password": "xiaji",
"port": 22,
2025-08-31 11:02:17 +08:00
"project": "statuspage",
"git_url": "http://192.168.3.241:3000/xiaji/webstatus.git",
"remote_dir": "/home/xiaji"
2025-09-07 22:31:16 +08:00
},
"statuspage": {
"ip": "192.168.3.157",
"username": "xiaji",
"password": "xiaji",
"port": 22,
"project": "statuspage",
"git_url": "http://192.168.3.241:3000/xiaji/webstatus.git",
"remote_dir": "/home/xiaji"
2025-08-31 11:00:32 +08:00
}
}