]> git.mxchange.org Git - hub.git/commitdiff
Continued a bit:
authorRoland Haeder <roland@mxchange.org>
Wed, 29 Jun 2016 19:45:23 +0000 (21:45 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:49:56 +0000 (18:49 +0200)
- Linux (LF) is now the default file line ending
- moved config entry from deprecated configuration file, it was used here only.

Signed-off-by: Roland Häder <roland@mxchange.org>
.gitattributes
application/hub/config.php

index dfe0770424b2a19faf507a501ebfc23be8f54e7b..17cdcd5373ad22f616149f35b61236dfe81ebec3 100644 (file)
@@ -1,2 +1,2 @@
-# Auto detect text files and perform LF normalization
-* text=auto
+# Use Linux/Uni* line-feed for new lines (prevents converting)
+* text=lf
index 3340351b33172deae0e99aee18b2c95c29f6662e..9f6b3ec6de05e0ff6ecbd2f16a1ab7aef3f7f512 100644 (file)
@@ -24,6 +24,9 @@
 // Some hub-specific configuration like port hostname where we will listen, etc.
 $cfg = FrameworkConfiguration::getSelfInstance();
 
+// CFG: HUB-BOOTSTRAP-NODES
+$cfg->setConfigEntry('hub_bootstrap_nodes', 'tcp://188.138.90.169:9060');
+
 // CFG: NODE-LISTEN-ADDR
 $cfg->setConfigEntry('node_listen_addr', '0.0.0.0');