]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_BaseHubSystem.php
Swapped out seperator char for all boostrap nodes
[hub.git] / application / hub / main / class_BaseHubSystem.php
index bb5df64688ba06a950efd2bbacc5dde81603b7b9..9e61ae2b38ecdc9ebd73cc23a6f0876c972d62e1 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class BaseHubSystem extends BaseFrameworkSystem {
+       /**
+        * Seperator for all bootstrap node entries
+        */
+       const BOOTSTRAP_NODES_SEPERATOR = ';';
+
        /**
         * An instance of a node
         */