- only update node package repository if running on boot server
[myplc.git] / bootstrap.xml
index 0016bf9..b88e816 100644 (file)
@@ -3,12 +3,20 @@
 
 <configuration>
 
-  <!-- This overlay configuration file changes the web, API, and boot
-       server ports to (hopefully unused) ports so that the system can
-       be bootstrapped on a build machine that may itself be running a
-       web server. -->
+  <!-- This overlay configuration file changes the DB, web, API, and
+       boot server ports to (hopefully unused) ports so that the
+       system can be bootstrapped on a build machine that may itself
+       be running such servers. -->
 
   <variables>
+    <category id="plc_db">
+      <variablelist>
+       <variable id="port" type="int">
+         <value>15432</value>
+       </variable>
+      </variablelist>
+    </category>
+
     <category id="plc_api">
       <variablelist>
        <variable id="port" type="int">