Base
This commit is contained in:
10
config/app.php
Normal file
10
config/app.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'timezone' => 'America/Santiago',
|
||||
'locale' => 'es',
|
||||
'database' => 'mysql',
|
||||
'debug' => false,
|
||||
'benchmark' => false,
|
||||
'login_hours' => 5*24
|
||||
];
|
||||
?>
|
Reference in New Issue
Block a user