<?php
// Database Configuration File
// Server database connection settings

return [
    'authorized_domains' => [
        'localhost',
        '127.0.0.1',
        'bdsmart.site ',
        'www.bdsmart.site '
    ],
    'enable_check' => true
];
?>
