diff options
| -rw-r--r-- | gentoobrowse/datasources/postgres-web.xml | 2 | ||||
| -rw-r--r-- | gentoobrowse/datasources/postgres.xml | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/gentoobrowse/datasources/postgres-web.xml b/gentoobrowse/datasources/postgres-web.xml index 1c48340..426f6ee 100644 --- a/gentoobrowse/datasources/postgres-web.xml +++ b/gentoobrowse/datasources/postgres-web.xml @@ -6,5 +6,5 @@  		<dsn host="akira"><postgresql>host=akira.random.lan user=apache dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></dsn>  		<dsn host="riogrande"><postgresql>host=riogrande.random.lan user=apache dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></dsn>  	</readonly> -	<masterdsn><postgresql>host=randomdan.homeip.net user=apache dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn> +	<masterdsn><postgresql>host=firebrand.random.lan user=apache dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn>  </project2:rdbmsdatasource> diff --git a/gentoobrowse/datasources/postgres.xml b/gentoobrowse/datasources/postgres.xml index 3d103ea..9bece3e 100644 --- a/gentoobrowse/datasources/postgres.xml +++ b/gentoobrowse/datasources/postgres.xml @@ -3,5 +3,5 @@  	<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=randomdan.homeip.net user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn> +	<masterdsn><postgresql>host=localhost sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn>  </project2:rdbmsdatasource> | 
