c
This commit is contained in:
11
inc/config/db.php
Normal file
11
inc/config/db.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'main' => [
|
||||
'host' => '150.95.108.46',
|
||||
'user' => 'hura8_devr',
|
||||
'pass' => 'aEEfaffs@12563',
|
||||
'db' => 'hura8',
|
||||
'charset' => 'utf8'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user