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
+1 -1
View File
@@ -1,6 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteBase /accounting_dev
# Redirect requests to index.php
RewriteCond %{REQUEST_FILENAME} !-f
+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/';
/*
|--------------------------------------------------------------------------
+4 -4
View File
@@ -76,10 +76,10 @@ $query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => '103.242.106.56', // tanpa port
'port' => 3309, // port PostgreSQL
'username' => 'keuangan',
'password' => '@P4ssw0rd',
'database' => 'keuangan',
'port' => 3310, // port PostgreSQL
'username' => 'accointing_dev',
'password' => 'accointing_dev',
'database' => 'accointing_dev',
'dbdriver' => 'mysqli', // WAJIB: driver PostgreSQL
'dbprefix' => '',
'pconnect' => FALSE,