]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config-local.php-dist
Updated to latest 'core' + convertToClassName() and convertDashesToUnderscores()...
[hub.git] / application / hub / config-local.php-dist
index 381d3a3fea86ec8d6fee861d8dd754cc374b0f12..3525a612a73e50f66e6313d7ab78216b6970fb65 100644 (file)
@@ -54,5 +54,8 @@ $cfg->setConfigEntry('node_default_mode', 'regular');
 // CFG: HUB-BOOTSTRAP-NODES
 $cfg->setConfigEntry('hub_bootstrap_nodes', 'tcp://188.138.90.169:9060');
 
+// CFG: ENABLE-FEATURE-HUBCOINS-REWARD
+// Disable this if you don't want to "earn" HubCoins: $cfg->setConfigEntry('enable_feature_hubcoins_reward', 'N');
+
 // [EOF]
 ?>