server/src/main/webapp/static/js/config.js
changeset 56 a9b9e6c7be63
parent 55 17ff0be41a5b
child 58 87569ad0ff53
equal deleted inserted replaced
55:17ff0be41a5b 56:a9b9e6c7be63
    32 	}]*/
    32 	}]*/
    33 };
    33 };
    34 
    34 
    35 var cowebConfig = {
    35 var cowebConfig = {
    36     baseUrl: window.location.protocol + '//' +window.location.host,
    36     baseUrl: window.location.protocol + '//' +window.location.host,
    37 	adminUrl : '/renkan/admin',
    37 	adminUrl : '/admin',
    38 	debug: false,
    38 	debug: false,
    39 	//useWebSockets: true
    39 	//useWebSockets: true
    40 };
    40 };
    41 
    41