| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/app.houseland.info/application/config/ |
Upload File : |
<?php
defined('BASEPATH') or exit('No direct script access allowed');
/*
* --------------------------------------------------------------------------
* Base Site URL
* --------------------------------------------------------------------------
*
* URL to your CodeIgniter root. Typically this will be your base URL,
* WITH a trailing slash:
*
* http://example.com/
*
* If this is not set then CodeIgniter will try guess the protocol, domain
* and path to your installation. However, you should always configure this
* explicitly and never rely on auto-guessing, especially in production
* environments.
*
*/
define('APP_BASE_URL', 'http://app.houseland.info/');
/*
* --------------------------------------------------------------------------
* Encryption Key
* IMPORTANT: Do not change this ever!
* --------------------------------------------------------------------------
*
* If you use the Encryption class, you must set an encryption key.
* See the user guide for more info.
*
* http://codeigniter.com/user_guide/libraries/encryption.html
*
* Auto added on install
*/
define('APP_ENC_KEY', 'ce5e03483d29eb609e1957c85fe9da27');
/**
* Database Credentials
* The hostname of your database server
*/
define('APP_DB_HOSTNAME', 'localhost');
/**
* The username used to connect to the database
*/
define('APP_DB_USERNAME', 'camnguyen');
/**
* The password used to connect to the database
*/
define('APP_DB_PASSWORD', 'Baobao@2015');
/**
* The name of the database you want to connect to
*/
define('APP_DB_NAME', 'crmphong');
/**
* @since 2.3.0
* Database charset
*/
define('APP_DB_CHARSET', 'utf8mb4');
/**
* @since 2.3.0
* Database collation
*/
define('APP_DB_COLLATION', 'utf8mb4_unicode_ci');
/**
*
* Session handler driver
* By default the database driver will be used.
*
* For files session use this config:
* define('SESS_DRIVER', 'files');
* define('SESS_SAVE_PATH', NULL);
* In case you are having problem with the SESS_SAVE_PATH consult with your hosting provider to set "session.save_path" value to php.ini
*
*/
define('SESS_DRIVER', 'database');
define('SESS_SAVE_PATH', 'sessions');
define('APP_SESSION_COOKIE_SAME_SITE', 'Lax');
/**
* Enables CSRF Protection
*/
define('APP_CSRF_PROTECTION', true);