about summary refs log tree commit diff
path: root/conf.yaml
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-04-13 18:46:54 +0200
committerfranck cuny <franck@lumberjaph.net>2010-04-13 18:46:54 +0200
commitd18213e3c6956540e21d738b411b00e9eb71dc4e (patch)
tree784913af63e25499c89033682b2caccfc2d000dd /conf.yaml
parentinitial commit (diff)
downloadpresque-d18213e3c6956540e21d738b411b00e9eb71dc4e.tar.gz
basic REST job queue using tatsumaki + redis
Diffstat (limited to 'conf.yaml')
-rw-r--r--conf.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.yaml b/conf.yaml
new file mode 100644
index 0000000..df54c1c
--- /dev/null
+++ b/conf.yaml
@@ -0,0 +1,4 @@
+
+redis:
+  host: 127.0.0.1
+  port: 6379
\ No newline at end of file