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 |
@@ -620,7 +620,7 b' ssh.enable_debug_logging = false' | |||
|
620 | 620 | |
|
621 | 621 | ; Paths to binary executable, by default they are the names, but we can |
|
622 | 622 | ; override them if we want to use a custom one |
|
623 |
ssh.executable.hg = |
|
|
623 | ssh.executable.hg = ~/.rccontrol/vcsserver-1/profile/bin/hg | |
|
624 | 624 | ssh.executable.git = ~/.rccontrol/vcsserver-1/profile/bin/git |
|
625 | 625 | ssh.executable.svn = ~/.rccontrol/vcsserver-1/profile/bin/svnserve |
|
626 | 626 |
General Comments 0
You need to be logged in to leave comments.
Login now