diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-22 12:05:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-22 12:05:03 +0200 |
| commit | 411e1bf83cf572b31435d82dcb97d97c2d9526c6 (patch) | |
| tree | 42e11593baeecc40b6a595e79a91a70d40eaaafb | |
| parent | 6092cbbdd2864fcdd7f4c951915e8cb6629856c5 (diff) | |
client: default to backend enabled - better for testing right now
| -rw-r--r-- | src/client/rz_config.js | 2 |
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, }; }); |
