| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/wit-crm/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', 'https://wit-crm.demo.zinisoft.net/');
/*
* --------------------------------------------------------------------------
* 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', '16da6916da97f0cdc416fc1c80070e9f');
/**
* 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', 'wroot');
/**
* The password used to connect to the database
*/
define('APP_DB_PASSWORD', 'wroot');
/**
* The name of the database you want to connect to
*/
define('APP_DB_NAME', 'zini_witcrm');
/**
* @since 2.3.0
* Database charset
*/
define('APP_DB_CHARSET', 'utf8');
/**
* @since 2.3.0
* Database collation
*/
define('APP_DB_COLLATION', 'utf8_general_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');
/**
* Enables CSRF Protection
*/
define('APP_CSRF_PROTECTION', true);