# HG changeset patch # User Marcin Kuzminski # Date 2016-10-10 14:58:15 # Node ID 080dc803cf64de72038a65d486f4ca0f1a93a042 # Parent cde81eb193a0c4344af6089f8846be0b4cfcc03b configs: updated default configs based on latest changes in control config templates diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -64,7 +64,7 @@ asyncore_use_poll = true ########################## ## GUNICORN WSGI SERVER ## ########################## -## run with gunicorn --log-config --paste +## run with gunicorn --log-config rhodecode.ini --paste rhodecode.ini #use = egg:gunicorn#main ## Sets the number of process workers. You must set `instance_id = *` diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -64,7 +64,7 @@ port = 5000 ########################## ## GUNICORN WSGI SERVER ## ########################## -## run with gunicorn --log-config --paste +## run with gunicorn --log-config rhodecode.ini --paste rhodecode.ini use = egg:gunicorn#main ## Sets the number of process workers. You must set `instance_id = *`