mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 02:19:55 -02:30
Disable capturing SQL queries in memory when running celeryd in development.
This commit is contained in:
@@ -15,6 +15,7 @@ from defaults import *
|
||||
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
SQL_DEBUG = DEBUG
|
||||
|
||||
# Clear database settings to force production environment to define them.
|
||||
DATABASES = {}
|
||||
|
||||
Reference in New Issue
Block a user