From 75bba28a7c739002c1a8412914e10f3506bea86d Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 9 Feb 2015 16:18:12 +0200 Subject: server/client: move rz_config to templates, fill in to match server config host/post --- src/client/app.js | 1 + src/client/rz_config.js | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 src/client/rz_config.js (limited to 'src/client') 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', - }; -}); -- cgit v1.3.1