Files
djangohelper/config.json

25 lines
695 B
JSON
Raw Permalink Normal View History

{
"servers": [
{
"alias": "测试服务器192.168.3.157",
"host": "192.168.3.157",
"port": 22,
"username": "xiaji",
"password": "xiaji",
"project_name": "statuspage",
"git_url": "http://192.168.3.241:3000/xiaji/webstatus",
"remote_directory": "/home/xiaji/",
2025-08-28 22:30:17 +08:00
"django_path": "/home/xiaji/statuspage"
},
{
"alias": "生产服务器",
"host": "192.168.1.200",
"port": 22,
"username": "admin",
"password": "your_password",
"project_name": "production_app",
"git_url": "https://github.com/example/production_app.git",
"remote_directory": "/home/admin/production_app"
}
]
}