/**
 * 
 * a configuration file for things that change from site-to-site, and from live to test.
 * 
 * keep in mind that once you load this, you can always over-ride its variables. for example,
 * if you know you are doing unit testing, then you should include
 * bothe this and THEN required medryx.config.mock, since that will take precedence
 * and overwrite this, even if this is setup to point at the live server.
 * 
 * @author maulin
 */
dojo.provide("medryx.config");
dojo.require("medryx.config.base");
dojo.require("medryx.config.mock");

