diff options
author | randomdan <randomdan@localhost> | 2011-07-15 16:05:04 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-07-15 16:05:04 +0000 |
commit | 03772be790724b7871f7460d02e35a9269d2fc79 (patch) | |
tree | 0cb0cb65e8c3ee01faad8515c4a4b4043747acd2 | |
parent | Automatic sort the order of the MailParts to make life carefree and fix the o... (diff) | |
download | gentoobrowse-03772be790724b7871f7460d02e35a9269d2fc79.tar.bz2 gentoobrowse-03772be790724b7871f7460d02e35a9269d2fc79.tar.xz gentoobrowse-03772be790724b7871f7460d02e35a9269d2fc79.zip |
Undoing accident commit
-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> |