This commit is contained in:
Ty Clifford
2026-06-14 15:25:31 -04:00
parent 2f67ae718f
commit b7eaa81501
34 changed files with 3814 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"driver": "sqlite",
"sqlite_path": "storage/database/budget.sqlite",
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"database": "budget_planner",
"username": "",
"password": "",
"charset": "utf8mb4"
}
}