Advertisement
Guest User

Untitled

a guest
Mar 11th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
  2.     Drifting Souls 2
  3.     Copyright (c) 2006 Christopher Jung
  4.  
  5.     This library is free software; you can redistribute it and/or
  6.     modify it under the terms of the GNU Lesser General Public
  7.     License as published by the Free Software Foundation; either
  8.     version 2.1 of the License, or (at your option) any later version.
  9.  
  10.     This library is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.     Lesser General Public License for more details.
  14.  
  15.     You should have received a copy of the GNU Lesser General Public
  16.     License along with this library; if not, write to the Free Software
  17.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  18. --><config>
  19.     <!-- DATABASE -->
  20.     <setting name="db_url" type="string" value="jdbc:mysql://localhost:3306/ds2"/>
  21.     <setting name="db_user" type="string" value="ds2user"/>
  22.     <setting name="db_password" type="string" value="pw"/>
  23.  
  24.     <!-- Sonstiges -->
  25.     <setting name="SMTP-SERVER" type="string" value="localhost"/>
  26.     <!-- [Optional; default false] <setting type="string" name="PRODUCTION" value="true" />-->
  27.     <setting name="ABSOLUTE_PATH" type="string" value="/home/adversarius/DS2/ds2j-opensource/web/"/>
  28.     <setting name="LOXPATH" type="string" value="/home/adversarius/DS2/ds2j-opensource/lox/"/>
  29.     <setting name="EXCEPTION_MAIL" type="string" value="bktheg@web.de"/>
  30.     <setting name="EXCEPTION_MAIL_PREFIX" type="string" value="[DS2J]"/>
  31. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement