 // vim: sw=4:ts=4:nu:nospell:fd=4
 /*global Ext, Wea */
 /**
 * Script de inicializa��o da aplica��o
 *
 * @author Ot�vio Augusto
 * @copyright (c) 2009, by Ot�vio Augusto
 * @company Net On - Solu��es Tecnol�gicas
 * @date 21 de Setembro 2009
 *
 */

//Define o namespace da aplica��o
Ext.ns('App');

//Define vari�veis ambiente
App.sysURL = 'http://www.neton.com.br/samples/sysauth/app/index.php/';
App.uiURL = 'http://www.neton.com.br/samples/sysauth/front/';
App.pageSize = 200;
