Initial habit tracker project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'app_name' => 'Habit Tracker',
|
||||
'base_path' => '',
|
||||
'database' => [
|
||||
'host' => 'localhost',
|
||||
'dbname' => 'habittracker',
|
||||
'user' => 'root',
|
||||
'password' => '',
|
||||
'charset' => 'utf8mb4',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user