diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -10,9 +10,7 @@ debug = true ; ######################################################################## ; EMAIL CONFIGURATION -; Uncomment and replace with the email address which should receive -; any error reports after an application crash -; Additionally these settings will be used by the RhodeCode mailing system +; These settings will be used by the RhodeCode mailing system ; ######################################################################## ; prefix all emails subjects with given prefix, helps filtering out emails @@ -366,10 +364,7 @@ file_store.storage_path = %(here)s/data/ ; CELERY CONFIG ; ############# -; run: /path/to/celery worker \ -; -E --beat --app rhodecode.lib.celerylib.loader \ -; --scheduler rhodecode.lib.celerylib.scheduler.RcScheduler \ -; --loglevel DEBUG --ini /path/to/rhodecode.ini +; 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 use_celery = false diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -620,7 +620,7 @@ ssh.enable_debug_logging = false ; Paths to binary executable, by default they are the names, but we can ; override them if we want to use a custom one -ssh.executable.hg = ~/.rccontrol/vcsserver-1/profile/bin/hg +ssh.executable.hg = ~/.rccontrol/vcsserver-1/profile/bin/hg ssh.executable.git = ~/.rccontrol/vcsserver-1/profile/bin/git ssh.executable.svn = ~/.rccontrol/vcsserver-1/profile/bin/svnserve