Your IP : 216.73.216.79


Current Path : /var/www/html/helpdesk/config/
Upload File :
Current File : /var/www/html/helpdesk/config/db.php

<?php

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=helpdesk',
    'username' => 'dynaweb',
    'password' => 'Dynaweb@huawei',
    'charset' => 'utf8',

    // Schema cache options (for production environment)
    //'enableSchemaCache' => true,
    //'schemaCacheDuration' => 60,
    //'schemaCache' => 'cache',
];