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:
parent
87e69868c0
commit
5f59418aba
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue