Add latest changes from icehrm pro
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
ini_set('error_log', 'data/icehrm.log');
|
||||
|
||||
define('CLIENT_NAME', 'icehrm');
|
||||
define('APP_BASE_PATH', __DIR__.'/../../../build/app/core/');
|
||||
define('CLIENT_NAME', 'icehrmpro');
|
||||
define('APP_BASE_PATH', __DIR__.'/../../../build/app/');
|
||||
define('CLIENT_BASE_PATH', __DIR__.'/');
|
||||
define('BASE_URL','http://localhost:8888/icehrm-open-dev-base/web/');
|
||||
define('CLIENT_BASE_URL','http://localhost:8888/icehrm-open-dev/');
|
||||
define('BASE_URL','http://localhost:8888/icehrm-pro-dev-base/');
|
||||
define('CLIENT_BASE_URL','http://localhost:8888/icehrm-pro-dev/');
|
||||
|
||||
define('APP_DB', 'icehrm_open_dev');
|
||||
define('APP_DB', 'icehrm_pro_dev');
|
||||
define('APP_USERNAME', 'dev');
|
||||
define('APP_PASSWORD', 'dev');
|
||||
define('APP_HOST', 'localhost');
|
||||
|
||||
Reference in New Issue
Block a user