<?xml version="1.0" encoding="ISO-8859-1"?>

<config>
	<log>
		<ident>propel-openschool</ident>
		<level>7</level>
	</log>
	<propel>
		<datasources default="openschool">
			<datasource id="openschool">
				<!-- the Propel adapter will usually be the same as phptype of connection DSN -->
				<adapter>mysql</adapter>
				<connection>
					<phptype>mysql</phptype>
					<database>/var/www/html/openschool/db/</database>
					<hostspec></hostspec>
					<username></username>
					<password></password>
				</connection>
			</datasource>
		</datasources>
	</propel>
</config>

