summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-22 12:05:03 +0200
committerAlon Levy <alon@pobox.com>2014-12-22 12:05:03 +0200
commit411e1bf83cf572b31435d82dcb97d97c2d9526c6 (patch)
tree42e11593baeecc40b6a595e79a91a70d40eaaafb /src/client
parent6092cbbdd2864fcdd7f4c951915e8cb6629856c5 (diff)
client: default to backend enabled - better for testing right now
Diffstat (limited to 'src/client')
-rw-r--r--src/client/rz_config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rz_config.js b/src/client/rz_config.js
index e55e74d0..322f38ac 100644
--- a/src/client/rz_config.js
+++ b/src/client/rz_config.js
@@ -4,6 +4,6 @@ define(function() {
'rand_id_generator' : 'hash',
'rz_server_host': 'rhizi.local',
'rz_server_port': '8080',
- 'backend_enabled': false,
+ 'backend_enabled': true,
};
});