增加資料庫連線到MySQL

This commit is contained in:
2025-10-28 21:38:53 +08:00
parent f690604c4a
commit e441a328ab
12 changed files with 1562 additions and 17 deletions

View File

@@ -1,7 +1,13 @@
{
"permissions": {
"allow": [
"Bash(python -c:*)"
"Bash(python -c:*)",
"Bash(pip install:*)",
"Bash(set FLASK_APP=simple_app.py)",
"Bash(flask db:*)",
"Bash(flask:*)",
"Bash(python simple_app.py:*)",
"Bash(timeout:*)"
],
"deny": [],
"ask": []