Add latest changes from icehrm pro
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
<?php
|
||||
ini_set('error_log', 'data/icehrm.log');
|
||||
|
||||
define('CLIENT_NAME', 'icehrmpro');
|
||||
define('APP_BASE_PATH', '/vagrant/build/app/core/');
|
||||
define('APP_BASE_PATH', '/vagrant/core/');
|
||||
define('CLIENT_BASE_PATH', '/vagrant/deployment/clients/dev/');
|
||||
define('BASE_URL','http://app.app.dev/web/');
|
||||
define('CLIENT_BASE_URL','http://clients.app.dev/dev/');
|
||||
define('BASE_URL','http://clients.app.test/web/');
|
||||
define('CLIENT_BASE_URL','http://clients.app.test/dev/');
|
||||
|
||||
define('APP_DB', 'dev');
|
||||
define('APP_USERNAME', 'dev');
|
||||
|
||||
Reference in New Issue
Block a user