lepisi-pengumuman/App/Config.php

12 lines
160 B
PHP

<?php
namespace App;
class Config
{
const
DB_HOST = '127.0.0.1',
DB_DB = 'cfp_test',
DB_UNAME = 'root',
DB_PWD = 'root';
}