From 64a1989224c9574419e39af209c101343c74e1f3 Mon Sep 17 00:00:00 2001
From: Tekaoh <45337851+Tekaoh@users.noreply.github.com>
Date: Fri, 22 Jan 2021 14:42:38 -0500
Subject: [PATCH] Put the database IP in a property
This won't change the behavior of the build for the VM at all, but it
will make it possible to override the database IP in the
local.properties file if you happen to have the database on a different
machine.
---
build.xml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/build.xml b/build.xml
index bca05c9..1ef0865 100755
--- a/build.xml
+++ b/build.xml
@@ -16,6 +16,8 @@
+
+
@@ -398,7 +400,7 @@
-
+
@@ -411,7 +413,7 @@
-
+
@@ -429,7 +431,7 @@
-
+
@@ -439,7 +441,7 @@
insert into cluster_list (id, name, num_characters, address, secret, locked, not_recommended)
@@ -451,7 +453,7 @@
update default_char_limits set account_limit = ${max_characters_per_account}, cluster_limit = ${max_characters_per_cluster};
@@ -472,7 +474,7 @@
-
+