Receive data from database and pass to html using twig
This commit is contained in:
@@ -4,8 +4,8 @@ namespace App;
|
||||
class Config
|
||||
{
|
||||
const
|
||||
DB_HOST = '127.0.0.1',
|
||||
DB_DB = 'cfp_test',
|
||||
DB_HOST = 'mariadb',
|
||||
DB_DB = 'lepisi',
|
||||
DB_UNAME = 'root',
|
||||
DB_PWD = 'root';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user