Initial commit to git.yoin

This commit is contained in:
hmo
2026-02-11 22:02:47 +08:00
commit cf10ab6473
153 changed files with 14581 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"ssh": {
"host": "",
"port": 22,
"username": "",
"password": "",
"key_file": null
},
"database": {
"type": "mysql",
"host": "127.0.0.1",
"port": 3306,
"database": "your_database",
"username": "your_db_user",
"password": "your_db_password"
},
"query": {
"max_rows": 100,
"timeout": 30
}
}

View File

@@ -0,0 +1,21 @@
{
"ssh": {
"host": "your-ssh-host.example.com",
"port": 22,
"username": "your-username",
"password": "your-password",
"key_file": null
},
"database": {
"type": "mysql",
"host": "127.0.0.1",
"port": 3306,
"database": "your_database",
"username": "your_db_user",
"password": "your_db_password"
},
"query": {
"max_rows": 100,
"timeout": 30
}
}