Files
Ty Clifford b7eaa81501 -
2026-06-14 15:25:31 -04:00

13 lines
236 B
JSON

{
"driver": "sqlite",
"sqlite_path": "storage/database/budget.sqlite",
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"database": "budget_planner",
"username": "",
"password": "",
"charset": "utf8mb4"
}
}