Skip to content

Commit

Permalink
add celeryconfig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vernon Cole committed Apr 8, 2014
1 parent cbfe773 commit f1aa0e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions celeryconfig.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BROKER_URL = 'amqp://formhub:12345678@localhost:5672/formhub_vhost'
CELERY_RESULT_BACKEND = 'amqp'
CELERY_TASK_RESULT_EXPIRES = 18000 # 5 hours.


0 comments on commit f1aa0e8

Please sign in to comment.