Delete Config.php
This commit is contained in:
parent
7b158e7924
commit
272bd7935e
@ -1,13 +0,0 @@
|
||||
<?php
|
||||
namespace App;
|
||||
|
||||
class Config
|
||||
{
|
||||
const
|
||||
DB_HOST = 'mariadb',
|
||||
DB_DB = 'lepisi',
|
||||
DB_UNAME = 'root',
|
||||
DB_PWD = 'root',
|
||||
|
||||
LOG_ERRORS = false;
|
||||
}
|
Loading…
Reference in New Issue
Block a user