Thread: CMAKE Error
View Single Post
  #46  
Old 04-22-2014, 01:13 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Add this to your config file:

Code:
	<database>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>root</username>
		<password>PASSWORD</password>
		<db>peq</db>
	</database>

	<qsdatabase>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>root</username>
		<password>PASSWORD</password>
		<db>peq</db>
	</qsdatabase>
These are designed to be modular..even though, most people will only use one machine to run everything.


EDIT: I thought that had been added to the repo config file..
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote