Files
habit-tracker/config/config.example.php
T

14 lines
258 B
PHP

<?php
return [
'app_name' => 'Habit Tracker',
'base_path' => '',
'database' => [
'host' => 'localhost',
'dbname' => 'habittracker',
'user' => 'root',
'password' => '',
'charset' => 'utf8mb4',
],
];