Update configurations

This commit is contained in:
Thilina Hasantha
2018-05-02 03:47:58 +02:00
parent 72d0820dee
commit 3edb9aaa6c
3 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
ini_set('error_log', 'data/icehrm.log');
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('BASE_URL','http://app.app.dev/');
define('BASE_URL','http://app.app.dev/web/');
define('CLIENT_BASE_URL','http://clients.app.dev/dev/');
define('APP_DB', 'dev');

View File

@@ -2,9 +2,9 @@
ini_set('error_log', 'data/icehrm.log');
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('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('APP_DB', 'icehrm_open_dev');

View File

@@ -2,9 +2,9 @@
ini_set('error_log', 'data/icehrm.log');
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('BASE_URL','http://app.app.dev/');
define('BASE_URL','http://app.app.dev/web/');
define('CLIENT_BASE_URL','http://clients.app.dev/test/');
define('APP_DB', 'testing');