summaryrefslogtreecommitdiff
path: root/gentoobrowse/datasources/postgres.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse/datasources/postgres.xml')
-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>