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