rio = {
	environment: {
		juggernaut: true,
		juggernautPort: 5001,
		juggernautUrl: "127.0.0.1",
		logEventErrors: false,
		failOnBootError: false,
		autoConcatCss: false,
		boot: {
			// bootCompressed: true
		}
	},
	
	environments: {
		development: {
			console: true,
			autospec: true,
			autocss: true,
			juggernautDebug: true,
			logEventErrors: true,
			failOnBootError: true,
			themeBindability: true,
			themeBrowser: false
		},
		
		production: {
			juggernautDebug: false,
			themeBindability: false,
			juggernaut: false
		}
	}
	
};