summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-09 16:35:48 +0200
committerAlon Levy <alon@pobox.com>2015-02-09 17:07:51 +0200
commitd2d5e0aec0b929b43bbaccd835be3ba3c8915b16 (patch)
treeabd9660f8c8dfa3bbe422705781929fb3ebca7b9
parent69f4b853150d7a1e5f11e8e1775ab6ddcd84d8b2 (diff)
forgot to add the template
-rw-r--r--res/templates/rz_config.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/templates/rz_config.js b/res/templates/rz_config.js
new file mode 100644
index 00000000..1df57133
--- /dev/null
+++ b/res/templates/rz_config.js
@@ -0,0 +1,11 @@
+define(function() {
+
+ return {
+ 'rand_id_generator' : 'hash',
+ 'rz_server_host': '{{ hostname }}',
+ 'rz_server_port': '{{ port }}',
+ 'backend_enabled': true,
+ 'backend__maintain_ws_connection': true,
+ 'feedback_url': '/feedback',
+ };
+});