lepisi-pengumuman/App/Config.php.example
2018-06-07 09:29:23 +07:00

14 lines
189 B
Plaintext

<?php
namespace App;
class Config
{
const
DB_HOST = 'mariadb',
DB_DB = 'pengumuman',
DB_UNAME = 'root',
DB_PWD = 'root',
LOG_ERRORS = false;
}