Login   Register  
PHP Classes
elePHPant
Icontem

File: conf/configure.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Przemek Berezowski  >  DB Version Manager  >  conf/configure.xml  >  Download  
File: conf/configure.xml
Role: Auxiliary data
Content type: text/plain
Description: Profiles configurations
Class: DB Version Manager
Update database schema with commands read in files
Author: By
Last change:
Date: 2011-03-28 01:45
Size: 514 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
<config>
	<profiles>
		<profile name="test">
			<dsn>mysql:host=localhost;dbname=test</dsn>
			<dbUser>root</dbUser>
			<dbPass></dbPass>
			<sqlPath>C:\\sql\Test</sqlPath>
			<sqlUseTransactions>true</sqlUseTransactions>		
		</profile>
		<profile name="dev">
			<dsn>mysql:host=localhost;dbname=test2</dsn>
			<dbUser>root</dbUser>
			<dbPass></dbPass>
			<sqlPath>C:\\sql\Test</sqlPath>	
			<sqlUseTransactions>true</sqlUseTransactions>	
		</profile>
	</profiles>
</config>