diff --git a/config.js b/config.js
index d2ac2e75d..9b24dbf01 100644
--- a/config.js
+++ b/config.js
@@ -2,6 +2,7 @@
var defaultConfig = {
// DEFAULT network (livenet or testnet)
networkName: 'livenet',
+ forceNetwork: false,
// DEFAULT unit: Bit
unitName: 'bits',
@@ -124,3 +125,5 @@ var defaultConfig = {
disableVideo: true,
verbose: 1,
};
+if (typeof module !== 'undefined')
+ module.exports = defaultConfig;
diff --git a/index.html b/index.html
index c3d25ae3c..cac7012c4 100644
--- a/index.html
+++ b/index.html
@@ -849,8 +849,15 @@