// config.js

GLOBAL_CONFIG = {

    debug: DEBUG,

    /*
     * Module prefix
     */
    module: MODULE,

    /*
     * Radius prefix
     */
    radiusPrefix: '../radius',

    /*
     * JSON URL
     */
    jsonUrl: MODULE + '/jsonrpc/JSON-RPC',

    splash: ((SPLASH != undefined && SPLASH) ? true : false),

    version:'RELEASE_0_27', // don't change this value!!!
   build:'200608281106' // don't change this value!!!
};

djConfig = {
    isDebug: GLOBAL_CONFIG.debug,
    debugAtAllCosts: GLOBAL_CONFIG.debug,
    debugContainerId: 'dojoDebug',

    parseWidgets: false,
    searchIds: null,

    _:0
};

