aboutsummaryrefslogtreecommitdiffstats
path: root/webclient/lib/config.js.sample
diff options
context:
space:
mode:
authorZaran <zaran.krleza@gmail.com>2011-04-20 11:01:06 +0200
committerZaran <zaran.krleza@gmail.com>2011-04-20 11:04:44 +0200
commit7a440ab19f974948f5958f7ebc0df826e98e5cfb (patch)
tree319292e77904f3694a1cdc9296320d6aecdb5fe3 /webclient/lib/config.js.sample
parente06a2d86e43ebe86b90f9a318900f70127460ec6 (diff)
downloadalias-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/config.js.sample')
-rw-r--r--webclient/lib/config.js.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/webclient/lib/config.js.sample b/webclient/lib/config.js.sample
new file mode 100644
index 0000000..9339c27
--- /dev/null
+++ b/webclient/lib/config.js.sample
@@ -0,0 +1,2 @@
+var BOSH_SERVICE = 'http://alias.im/http-bind';
+var server_component = 'social.alias.im'; \ No newline at end of file