Show More
@@ -10,9 +10,7 b' debug = true' | |||
|
10 | 10 | |
|
11 | 11 | ; ######################################################################## |
|
12 | 12 | ; EMAIL CONFIGURATION |
|
13 | ; Uncomment and replace with the email address which should receive | |
|
14 | ; any error reports after an application crash | |
|
15 | ; Additionally these settings will be used by the RhodeCode mailing system | |
|
13 | ; These settings will be used by the RhodeCode mailing system | |
|
16 | 14 | ; ######################################################################## |
|
17 | 15 | |
|
18 | 16 | ; prefix all emails subjects with given prefix, helps filtering out emails |
@@ -366,10 +364,7 b' file_store.storage_path = %(here)s/data/' | |||
|
366 | 364 | ; CELERY CONFIG |
|
367 | 365 | ; ############# |
|
368 | 366 | |
|
369 | ; run: /path/to/celery worker \ | |
|
370 | ; -E --beat --app rhodecode.lib.celerylib.loader \ | |
|
371 | ; --scheduler rhodecode.lib.celerylib.scheduler.RcScheduler \ | |
|
372 | ; --loglevel DEBUG --ini /path/to/rhodecode.ini | |
|
367 | ; manually run celery: /path/to/celery worker -E --beat --app rhodecode.lib.celerylib.loader --scheduler rhodecode.lib.celerylib.scheduler.RcScheduler --loglevel DEBUG --ini /path/to/rhodecode.ini | |
|
373 | 368 | |
|
374 | 369 | use_celery = false |
|
375 | 370 |
General Comments 0
You need to be logged in to leave comments.
Login now