summaryrefslogtreecommitdiff
path: root/gentoobrowse/datasources
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-06-09 23:23:40 +0000
committerrandomdan <randomdan@localhost>2010-06-09 23:23:40 +0000
commit4cd0393f15a95e00f6172d29633fdc0cea51f548 (patch)
treebee4fb6aa70427396e6aed6b5a748c8a4f92cd0a /gentoobrowse/datasources
parentInitial workings of project2 - renders gentoobrowse homepage (diff)
downloadgentoobrowse-4cd0393f15a95e00f6172d29633fdc0cea51f548.tar.bz2
gentoobrowse-4cd0393f15a95e00f6172d29633fdc0cea51f548.tar.xz
gentoobrowse-4cd0393f15a95e00f6172d29633fdc0cea51f548.zip
Port of gentoobrowse to project, WIP
Diffstat (limited to 'gentoobrowse/datasources')
-rw-r--r--gentoobrowse/datasources/postgres.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/gentoobrowse/datasources/postgres.xml b/gentoobrowse/datasources/postgres.xml
new file mode 100644
index 0000000..221b05d
--- /dev/null
+++ b/gentoobrowse/datasources/postgres.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<rdbmsdatasource name="postgres">
+ <readonly preferlocal="true">
+ <dsn>Driver=postgresql;Readonly=yes;ServerName=firebrand.random.lan;Username=gentoo;Database=gentoo;Password=gentoo;</dsn>
+ <dsn>Driver=postgresql;Readonly=yes;ServerName=defiant.random.lan;Username=gentoo;Database=gentoo;Password=gentoo;</dsn>
+ </readonly>
+ <masterdsn>Driver=postgresql;Readonly=no;ServerName=postgresql.random.lan;Username=gentoo;Database=gentoo;Password=gentoo;</masterdsn>
+</rdbmsdatasource>