File manager - Edit - /home/wwwroot/camplus.hk/master.camplus.hk/public_html/tenant/config.php
Back
<?php /* CORE APP config */ $_SSS['app']['base_dir'] = '/home/wwwroot/camplus.hk'; $_SSS['app']['app_folder'] = 'master.camplus.hk/public_html/'; //folder name $_SSS['app']['tenant_folder'] = 'sam.camplus.hk/public_html/'; //folder name $_SSS['app']['asset_folder'] = 'assets'; //folder name with a trailing slash only if there is an asset folder else leave blank $_SSS['app']['system_path'] = $_SSS['app']['base_dir'].'/'.$_SSS['app']['app_folder'] .'/system/'; //will be sed by the CI index file $_SSS['app']['application_path'] = $_SSS['app']['base_dir'].'/'.$_SSS['app']['app_folder'] .'/application/'; //will be used by the CI index file $_SSS['app']['base_url'] = 'http://master.camplus.hk'; $_SSS['app']['tenant_url'] = 'http://sam.camplus.hk'; ///The above config variable are defined to create the basic paths and URLs required for the app to work, which are defined just below /* Main Paths and urls */ if(! defined('APP_TENANTPATH')){ define('APP_TENANTPATH', $_SSS['app']['base_dir'].'/'.$_SSS['app']['tenant_folder'].'/'); //this will be used by ci_app config files to load this config file define('APP_TENANTURL', $_SSS['app']['tenant_url']); //this the path that will show on the browser and will be used for accessing the controllers and methods define('APP_ASSETURL', $_SSS['app']['base_url'].'/'.$_SSS['app']['asset_folder']); //this will be required to access tenant specific assets } /* DB config */ $_SSS['app']['db_host'] = 'localhost'; $_SSS['app']['db_user'] = 'root'; $_SSS['app']['db_pass'] = '!QAZ2wsx3edc4rfv'; $_SSS['app']['db_name'] = 'camplus_syn'; $_SSS['app']['db_driver'] = 'mysqli'; /* CI specific params*/ $_SSS['ci']['db_cache'] = FALSE; //include any other config files here which have configurations in $_SSS variable //like email.php etc ?>
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.13 |
proxy
|
phpinfo
|
Settings