build.xml will set the DSN in the server cfg

This commit is contained in:
Tekaoh
2025-06-21 13:33:13 -04:00
committed by GitHub
parent bd1439cfc2
commit 7103ffb20e

View File

@@ -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"/>