summaryrefslogtreecommitdiff
path: root/gentoobrowse/datasources
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-10-29 10:36:10 +0000
committerrandomdan <randomdan@localhost>2010-10-29 10:36:10 +0000
commit5fe10ab10e2d00d2bb22c08cd496a0d38cc37e69 (patch)
treec9eed3782d2849dd79b4adc35a0b4fcfe8d3d3ce /gentoobrowse/datasources
parentAdd robots txt (diff)
downloadgentoobrowse-5fe10ab10e2d00d2bb22c08cd496a0d38cc37e69.tar.bz2
gentoobrowse-5fe10ab10e2d00d2bb22c08cd496a0d38cc37e69.tar.xz
gentoobrowse-5fe10ab10e2d00d2bb22c08cd496a0d38cc37e69.zip
Tidy up bugimport as xsltproc can do the remote get itself and disable DTD check
Add Google tracking doobry Connect to DB as user apache for web stuff
Diffstat (limited to 'gentoobrowse/datasources')
-rw-r--r--gentoobrowse/datasources/postgres-web.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/gentoobrowse/datasources/postgres-web.xml b/gentoobrowse/datasources/postgres-web.xml
new file mode 100644
index 0000000..0825e30
--- /dev/null
+++ b/gentoobrowse/datasources/postgres-web.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<project2:rdbmsdatasource xmlns:project2="http://project2.randomdan.homeip.net" name="postgres-web">
+ <readonly preferlocal="true">
+ <dsn host="firebrand">Driver=postgresql;ServerName=firebrand.random.lan;Username=apache;Database=gentoo;Password=gentoo;</dsn>
+ <dsn host="defiant">Driver=postgresql;ServerName=defiant.random.lan;Username=apache;Database=gentoo;Password=gentoo;</dsn>
+ <dsn host="akira">Driver=postgresql;ServerName=akira.random.lan;Username=apache;Database=gentoo;Password=gentoo;</dsn>
+ <dsn host="riogrande">Driver=postgresql;ServerName=riogrande.random.lan;Username=apache;Database=gentoo;Password=gentoo;</dsn>
+ </readonly>
+ <masterdsn>Driver=postgresql;ServerName=postgresql.random.lan;Username=apache;Database=gentoo;Password=gentoo;</masterdsn>
+</project2:rdbmsdatasource>