summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-07-15 15:56:03 +0000
committerrandomdan <randomdan@localhost>2011-07-15 15:56:03 +0000
commit2671792982ec7d067812568de22d8d085c3be8b7 (patch)
tree8f46dd231add231ac666e24651510869fdd82989
parentAll new dynamic transformations and processing and tidyup and stuff (diff)
downloadgentoobrowse-2671792982ec7d067812568de22d8d085c3be8b7.tar.bz2
gentoobrowse-2671792982ec7d067812568de22d8d085c3be8b7.tar.xz
gentoobrowse-2671792982ec7d067812568de22d8d085c3be8b7.zip
Automatic sort the order of the MailParts to make life carefree and fix the order of HTML/plain text alternatives
-rw-r--r--gentoobrowse/datasources/postgres-web.xml2
-rw-r--r--gentoobrowse/datasources/postgres.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse/datasources/postgres-web.xml b/gentoobrowse/datasources/postgres-web.xml
index 426f6ee..1c48340 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=firebrand.random.lan user=apache dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn>
+ <masterdsn><postgresql>host=randomdan.homeip.net 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 9bece3e..3d103ea 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=localhost sslmode=disable user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn>
+ <masterdsn><postgresql>host=randomdan.homeip.net user=gentoo dbname=gentoo options='-c search_path=gentoobrowse,public'</postgresql></masterdsn>
</project2:rdbmsdatasource>