diff options
author | Nathan Lasseter <nathan.je.lasseter@googlemail.com> | 2011-03-24 21:11:47 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan.je.lasseter@googlemail.com> | 2011-03-24 21:11:47 +0000 |
commit | 4b4f70910d876c2bb7a8512ddafe4727202f9f96 (patch) | |
tree | 993822cbbb4a576024eda1899b5f968518db2383 /res | |
parent | edf99237651912c729ae89464ca8cc1305c55957 (diff) |
github pushgithub
Diffstat (limited to 'res')
-rw-r--r-- | res/conf.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/conf.xml b/res/conf.xml index 893efbf..0e48221 100644 --- a/res/conf.xml +++ b/res/conf.xml @@ -9,20 +9,20 @@ <config version="1.2" > <database> - <host>4574.co.uk</host> + <host>host</host> <port>5432</port> - <db>membership</db> + <db>db</db> </database> <auth> - <user>bapsserver</user> - <pass>Bap553rv3r</pass> + <user>rouser</user> + <pass>ropass</pass> <type>read_only</type> </auth> <auth> - <user>xwrite</user> - <pass>password</pass> + <user>rwuser</user> + <pass>rwpass</pass> <type>read_write</type> </auth> </config> |