Update configurations
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
ini_set('error_log', 'data/icehrm.log');
|
ini_set('error_log', 'data/icehrm.log');
|
||||||
|
|
||||||
define('CLIENT_NAME', 'icehrmpro');
|
define('CLIENT_NAME', 'icehrmpro');
|
||||||
define('APP_BASE_PATH', '/vagrant/build/app/');
|
define('APP_BASE_PATH', '/vagrant/build/app/core/');
|
||||||
define('CLIENT_BASE_PATH', '/vagrant/deployment/clients/dev/');
|
define('CLIENT_BASE_PATH', '/vagrant/deployment/clients/dev/');
|
||||||
define('BASE_URL','http://app.app.dev/');
|
define('BASE_URL','http://app.app.dev/web/');
|
||||||
define('CLIENT_BASE_URL','http://clients.app.dev/dev/');
|
define('CLIENT_BASE_URL','http://clients.app.dev/dev/');
|
||||||
|
|
||||||
define('APP_DB', 'dev');
|
define('APP_DB', 'dev');
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
ini_set('error_log', 'data/icehrm.log');
|
ini_set('error_log', 'data/icehrm.log');
|
||||||
|
|
||||||
define('CLIENT_NAME', 'icehrm');
|
define('CLIENT_NAME', 'icehrm');
|
||||||
define('APP_BASE_PATH', __DIR__.'/../../../build/app/');
|
define('APP_BASE_PATH', __DIR__.'/../../../build/app/core/');
|
||||||
define('CLIENT_BASE_PATH', __DIR__.'/');
|
define('CLIENT_BASE_PATH', __DIR__.'/');
|
||||||
define('BASE_URL','http://localhost:8888/icehrm-open-dev-base/');
|
define('BASE_URL','http://localhost:8888/icehrm-open-dev-base/web/');
|
||||||
define('CLIENT_BASE_URL','http://localhost:8888/icehrm-open-dev/');
|
define('CLIENT_BASE_URL','http://localhost:8888/icehrm-open-dev/');
|
||||||
|
|
||||||
define('APP_DB', 'icehrm_open_dev');
|
define('APP_DB', 'icehrm_open_dev');
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
ini_set('error_log', 'data/icehrm.log');
|
ini_set('error_log', 'data/icehrm.log');
|
||||||
|
|
||||||
define('CLIENT_NAME', 'icehrmpro');
|
define('CLIENT_NAME', 'icehrmpro');
|
||||||
define('APP_BASE_PATH', '/vagrant/build/app/');
|
define('APP_BASE_PATH', '/vagrant/build/app/core/');
|
||||||
define('CLIENT_BASE_PATH', '/vagrant/deployment/clients/test/');
|
define('CLIENT_BASE_PATH', '/vagrant/deployment/clients/test/');
|
||||||
define('BASE_URL','http://app.app.dev/');
|
define('BASE_URL','http://app.app.dev/web/');
|
||||||
define('CLIENT_BASE_URL','http://clients.app.dev/test/');
|
define('CLIENT_BASE_URL','http://clients.app.dev/test/');
|
||||||
|
|
||||||
define('APP_DB', 'testing');
|
define('APP_DB', 'testing');
|
||||||
|
|||||||
Reference in New Issue
Block a user