made port value configurable
diff --git a/asterix-installer/src/main/resources/clusters/local/local.xml b/asterix-installer/src/main/resources/clusters/local/local.xml
index 0af8dfc..ef06822 100644
--- a/asterix-installer/src/main/resources/clusters/local/local.xml
+++ b/asterix-installer/src/main/resources/clusters/local/local.xml
@@ -6,6 +6,9 @@
   </working_dir>
   <log_dir>/tmp/asterix/logs</log_dir>
   <txn_log_dir>/tmp/asterix/logs</txn_log_dir>
+  <cluster_port>1099</cluster_port>
+  <client_port>1098</client_port>
+  <http_port>8888</http_port>
   <iodevices>/tmp</iodevices>
   <store>asterix/storage</store>
   <java_home></java_home>