summaryrefslogtreecommitdiff
path: root/res/templates/rz_config.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/templates/rz_config.js')
-rw-r--r--res/templates/rz_config.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/templates/rz_config.js b/res/templates/rz_config.js
deleted file mode 100644
index 1df57133..00000000
--- a/res/templates/rz_config.js
+++ /dev/null
@@ -1,11 +0,0 @@
-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',
- };
-});