diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -255,7 +255,7 @@ use_celery = false ## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq: broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost -celery.result.backend = amqp:// +celery.result.backend = db+sqlite:///celery-results.db #celery.send.task.error.emails = true #celery.amqp.task.result.expires = 18000 diff --git a/kallithea/lib/paster_commands/template.ini.mako b/kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako +++ b/kallithea/lib/paster_commands/template.ini.mako @@ -361,7 +361,7 @@ use_celery = false <%text>## Example: connect to the virtual host 'rabbitmqhost' on localhost as rabbitmq: broker.url = amqp://rabbitmq:qewqew@localhost:5672/rabbitmqhost -celery.result.backend = amqp:// +celery.result.backend = db+sqlite:///celery-results.db #celery.send.task.error.emails = true #celery.amqp.task.result.expires = 18000