summaryrefslogtreecommitdiff
path: root/src/rz_config.js
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-11-19 03:20:36 +0200
committerAlon Levy <alon@pobox.com>2014-11-25 15:08:59 +0200
commit356b1785c8e257ec7d161d44495c1e1e724e7291 (patch)
tree1f5c08b267c8b2931c7e260a284af7d1587f9fe6 /src/rz_config.js
parent5f4c3dbd58d99ddfad18ac22dcbece9ef7698042 (diff)
add rz_config, provide id generation scheme control: hash/seq, defaulting to seq
Diffstat (limited to 'src/rz_config.js')
-rw-r--r--src/rz_config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rz_config.js b/src/rz_config.js
new file mode 100644
index 00000000..6093573a
--- /dev/null
+++ b/src/rz_config.js
@@ -0,0 +1,6 @@
+define(function() {
+
+ return {
+ 'rand_id_generator' : 'hash',
+ };
+});