Remove leftover account and password from the code (#11248)

Remove legacy accounts and passwords.

### What problem does this PR solve?

Remove leftover account and password in
agent/templates/sql_assistant.json

### Type of change

- [x] Other (please describe):
This commit is contained in:
redredrrred
2025-11-14 13:59:03 +08:00
committed by GitHub
parent 87e69868c0
commit 5f59418aba

View File

@ -83,10 +83,10 @@
"value": [] "value": []
} }
}, },
"password": "20010812Yy!", "password": "",
"port": 3306, "port": 3306,
"sql": "{Agent:WickedGoatsDivide@content}", "sql": "{Agent:WickedGoatsDivide@content}",
"username": "13637682833@163.com" "username": ""
} }
}, },
"upstream": [ "upstream": [
@ -527,10 +527,10 @@
"value": [] "value": []
} }
}, },
"password": "20010812Yy!", "password": "",
"port": 3306, "port": 3306,
"sql": "{Agent:WickedGoatsDivide@content}", "sql": "{Agent:WickedGoatsDivide@content}",
"username": "13637682833@163.com" "username": ""
}, },
"label": "ExeSQL", "label": "ExeSQL",
"name": "ExeSQL" "name": "ExeSQL"