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 | |
| parent | 15d2ca9f7c2e7b7f1464774badcc22b8f659606b (diff) | |
server/client: move rz_config to templates, fill in to match server config host/post
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app.js | 1 | ||||
| -rw-r--r-- | src/client/rz_config.js | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/src/client/app.js b/src/client/app.js index b0485090..dd2b034a 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -5,6 +5,7 @@ 'socketio': { exports: 'io' }, }, paths: { + rz_config: '/rz_config', autocomplete: lib_path + 'autocomplete', caret: lib_path + 'caret', Bacon: lib_path + 'Bacon', 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', - }; -}); |
