Update Config dan Database
update koneksi db dan base_url dan htaccess untuk kebutuhan devlopment
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase /
|
RewriteBase /accounting_dev
|
||||||
|
|
||||||
# Redirect requests to index.php
|
# Redirect requests to index.php
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
|||||||
@@ -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.
|
| a PHP script and you can easily do that on your own.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
// $config['base_url'] = 'http://localhost/keuangan/';
|
$config['base_url'] = 'http://localhost/accounting_dev/';
|
||||||
$config['base_url'] = 'https://accounting.radiq.my.id/';
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -76,10 +76,10 @@ $query_builder = TRUE;
|
|||||||
$db['default'] = array(
|
$db['default'] = array(
|
||||||
'dsn' => '',
|
'dsn' => '',
|
||||||
'hostname' => '103.242.106.56', // tanpa port
|
'hostname' => '103.242.106.56', // tanpa port
|
||||||
'port' => 3309, // port PostgreSQL
|
'port' => 3310, // port PostgreSQL
|
||||||
'username' => 'keuangan',
|
'username' => 'accointing_dev',
|
||||||
'password' => '@P4ssw0rd',
|
'password' => 'accointing_dev',
|
||||||
'database' => 'keuangan',
|
'database' => 'accointing_dev',
|
||||||
'dbdriver' => 'mysqli', // WAJIB: driver PostgreSQL
|
'dbdriver' => 'mysqli', // WAJIB: driver PostgreSQL
|
||||||
'dbprefix' => '',
|
'dbprefix' => '',
|
||||||
'pconnect' => FALSE,
|
'pconnect' => FALSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user