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