diff options
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 |