diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-09 16:18:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-09 16:18:12 +0200 |
| commit | 75bba28a7c739002c1a8412914e10f3506bea86d (patch) | |
| tree | ce571ef0378d747a7d100fbaa91e38fb93b1049f /src/client/rz_config.js | |
| parent | 15d2ca9f7c2e7b7f1464774badcc22b8f659606b (diff) | |
server/client: move rz_config to templates, fill in to match server config host/post
Diffstat (limited to 'src/client/rz_config.js')
| -rw-r--r-- | src/client/rz_config.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/client/rz_config.js b/src/client/rz_config.js deleted file mode 100644 index df283f41..00000000 --- a/src/client/rz_config.js +++ /dev/null @@ -1,11 +0,0 @@ -define(function() { - - return { - 'rand_id_generator' : 'hash', - 'rz_server_host': 'rhizi.local', - 'rz_server_port': '8080', - 'backend_enabled': true, - 'backend__maintain_ws_connection': true, - 'feedback_url': '/feedback', - }; -}); |
