Files
admin_hura_8/inc/config/db.php

12 lines
198 B
PHP
Raw Normal View History

2024-01-29 10:39:53 +07:00
<?php
return [
'main' => [
2025-11-30 11:43:47 +07:00
'host' => '150.95.115.129',
2024-01-29 10:39:53 +07:00
'user' => 'hura8_devr',
'pass' => 'aEEfaffs@12563',
'db' => 'hura8',
'charset' => 'utf8'
]
];