diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-09 16:35:48 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-09 17:07:51 +0200 |
| commit | d2d5e0aec0b929b43bbaccd835be3ba3c8915b16 (patch) | |
| tree | abd9660f8c8dfa3bbe422705781929fb3ebca7b9 | |
| parent | 69f4b853150d7a1e5f11e8e1775ab6ddcd84d8b2 (diff) | |
forgot to add the template
| -rw-r--r-- | res/templates/rz_config.js | 11 |
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', + }; +}); |
