Example
// Please set this hepler script URL and directory
if (!defined('ENV_HELPER_URL')) define('ENV_HELPER_URL', 'http://172.22.1.79/opensim_scripts/helper/');
if (!defined('ENV_HELPER_PATH')) define('ENV_HELPER_PATH', '/home/apache/htdocs/opensim_scripts/helper/');
// Please set MySQL DB access information
define('OPENSIM_DB_HOST', '172.22.1.79');
define('OPENSIM_DB_NAME', 'diva_distro');
define('OPENSIM_DB_USER', 'diva_user');
define('OPENSIM_DB_PASS', 'diva_pass');
// Money Server Access Key
// Please set same key with MoneyScriptAccessKey in MoneyServer.ini
define('CURRENCY_SCRIPT_KEY', '123456789');
// Please set user(robust) server's URL
define('USER_SERVER_URI', 'http://172.22.1.79:9000/'); // not use localhost or 127.0.0.1