diff options
author | Nathan Lasseter <nathan.je.lasseter@googlemail.com> | 2011-02-20 13:43:01 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan.je.lasseter@googlemail.com> | 2011-02-20 13:43:01 +0000 |
commit | 904caa25f8de49cc20823a25ce8051dfdcae7c26 (patch) | |
tree | 65c174a386c7256e4ec784167bd23554e2c1217b /res | |
parent | c8cb46d18ce2506e7da226b08c6521795b6e6173 (diff) |
ConfigReader and some UI changes
Diffstat (limited to 'res')
-rw-r--r-- | res/conf.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/res/conf.xml b/res/conf.xml new file mode 100644 index 0000000..215695c --- /dev/null +++ b/res/conf.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<config version="1.0" > + + <database> + <host>4574.co.uk</host> + <port>5432</port> + <db>membership</db> + </database> + + <auth> + <user>xauth</user> + <pass></pass> + <type>read_only</type> + </auth> + +</config>
\ No newline at end of file |