turn off "production" flag for tracking issues.

This commit is contained in:
kunw 2016-07-14 11:52:01 +08:00
parent 1b7f980235
commit 1bcf243d8b

View File

@ -36,7 +36,7 @@ db_password = root123
self_registration = on
#Turn on or off the options for production
production = on
production = off
#Number of job workers in job service, default is 3
max_job_workers = 3