summaryrefslogtreecommitdiff
path: root/src/rz_config.js
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-07 17:23:07 +0200
committerAlon Levy <alon@pobox.com>2014-12-16 10:59:14 +0200
commitb34941aca45fbbdd9efb8e75ad452520c4176c3f (patch)
tree4b9368ce44ee42c64fbe48db3f6bbe93d957f046 /src/rz_config.js
parentb6d0d21f262ff2737962f51aeedfb1cf2dfdc0d9 (diff)
wrap backend calls with rz_config.backend_enabled
Diffstat (limited to 'src/rz_config.js')
-rw-r--r--src/rz_config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rz_config.js b/src/rz_config.js
index 0c874fae..dc726853 100644
--- a/src/rz_config.js
+++ b/src/rz_config.js
@@ -4,5 +4,6 @@ define(function() {
'rand_id_generator' : 'hash',
'rz_server_host': 'rhizi.net',
'rz_server_port': '8080',
+ 'backend_enabled': false,
};
});