mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-01-16 20:04:18 -05:00
build.xml will set the DSN in the server cfg
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
<!-- Global Properties -->
|
||||
<property name="build" location="${basedir}/build"/>
|
||||
|
||||
<!-- Database Service Name is derived to make it easier in the properties file -->
|
||||
<property name="service_name" value="//127.0.0.1/${db_service}"/>
|
||||
|
||||
<property name="dbip" value="${ADDR4}"/>
|
||||
|
||||
<!-- Database Service Name is derived to make it easier in the properties file -->
|
||||
<property name="service_name" value="//${dbip}/${db_service}"/>
|
||||
|
||||
<!-- Setup Source Directories -->
|
||||
<property name="exe" location="${basedir}/exe"/>
|
||||
<property name="src" location="${basedir}/src"/>
|
||||
|
||||
Reference in New Issue
Block a user