Update Config dan Database

update koneksi db dan base_url dan htaccess untuk kebutuhan devlopment
This commit is contained in:
Wian Drs
2026-05-28 13:55:07 +07:00
parent a234e55e64
commit 535a3c3ef9
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
// $config['base_url'] = 'http://localhost/keuangan/';
$config['base_url'] = 'https://accounting.radiq.my.id/';
$config['base_url'] = 'http://localhost/accounting_dev/';
/*
|--------------------------------------------------------------------------