summaryrefslogtreecommitdiff
path: root/gentoobrowse/datasources/postgres.xml
blob: 9bece3efa497c48a22a186a93f2824a58ee76049 (plain)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<project2:rdbmsdatasource xmlns:project2="http://project2.randomdan.homeip.net" name="postgres">
	<readonly preferlocal="true">
		<dsn host="firebrand"><postgresql>host=localhost sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></dsn>
	</readonly>
	<masterdsn><postgresql>host=localhost sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn>
</project2:rdbmsdatasource>