<?xml version="1.0" encoding="UTF-8"?>
<!-- This XML file sets certain variables which are used by discussion.php to interact with Cascade Server
	You can set these variables manually in this file, or you can use the "discussion-config-data-definition" file
	and publish the result of that data definiton as an XML file to have a more user-friendly interface -->
<system-data-structure>
	<!-- cascade-url should be set to the absolute URL of your Cascade instance.  Be sure to include the '/' at the end of the URL. -->
	<cascade-url>http://localhost:8080/</cascade-url>
	<!-- Set cascade-user and cascade-pass to the credentials of a user that has read/write permissions on your server -->
	<cascade-user>wsdl</cascade-user>
	<cascade-pass>wsdl</cascade-pass>
	<!-- discussion-path is the parent path where the discussion board is located -->
	<discussion-path>bbs</discussion-path>
	<!-- topic-config-set and topic-data-def are the paths to the configuration set and data definition respectively for topic pages -->
	<topic-config-set>bbs/topic</topic-config-set>
	<topic-data-def>bbs/topic</topic-data-def>
	<!-- post-config-set and pst-data-def are the paths to the configuration set and data definition respectively for message board posts -->
	<post-config-set>bbs/post</post-config-set>
	<post-data-def>bbs/post</post-data-def>
</system-data-structure>