Ext.ns('Ext.app');
Ext.ns('Ext.app.conf');

Ext.app.conf.APPNAME = '生ローヤルゼリー forabee オンラインショップ';

//API
Ext.app.conf.CALC_ORDER_API = baseUrl + '/index.php/pc/calc_order';
Ext.app.conf.SUBMIT_ORDER_API = baseUrl + '/index.php/pc/submit_order';

Ext.app.conf.LOGIN_API = baseUrl + '/index.php/pc/login';
Ext.app.conf.LOGOUT_API = baseUrl + '/index.php/pc/logout';
Ext.app.conf.USER_REGISTER_URL = baseUrl + '/index.php/pc/register';
Ext.app.conf.CHECK_LOGIN_API = baseUrl + '/index.php/pc/checklogin';
Ext.app.conf.USERINFO_API = baseUrl + '/index.php/pc/user';

