diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-04-20 11:01:06 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-04-20 11:04:44 +0200 |
| commit | 7a440ab19f974948f5958f7ebc0df826e98e5cfb (patch) | |
| tree | 319292e77904f3694a1cdc9296320d6aecdb5fe3 /webclient/lib/alias.js | |
| parent | e06a2d86e43ebe86b90f9a318900f70127460ec6 (diff) | |
| download | alias-7a440ab19f974948f5958f7ebc0df826e98e5cfb.tar.gz | |
Add a js configuration file to avoid work conflicts.
Copy the config.js.sample to config.js and set the bosh server and
server component in there. Don't commit the file config.js.
Note: the file config.js will have to be merged with alias.js in
production
Diffstat (limited to 'webclient/lib/alias.js')
| -rw-r--r-- | webclient/lib/alias.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webclient/lib/alias.js b/webclient/lib/alias.js index 9b43abf..bae01cc 100644 --- a/webclient/lib/alias.js +++ b/webclient/lib/alias.js @@ -1,6 +1,3 @@ -var BOSH_SERVICE = 'http://localhost/http-bind'; -var server_component = 'object.localhost'; - /** * Alias namespace */ |
