Merge pull request #3011 from AlanCoding/docker_atomic

Make development environment use ATOMIC_REQUESTS
This commit is contained in:
Alan Rominger
2016-07-14 15:07:47 -04:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ DATABASES = {
'NAME': 'awx-dev', 'NAME': 'awx-dev',
'USER': 'awx-dev', 'USER': 'awx-dev',
'PASSWORD': 'AWXsome1', 'PASSWORD': 'AWXsome1',
'ATOMIC_REQUESTS': True,
'HOST': 'postgres', 'HOST': 'postgres',
'PORT': '', 'PORT': '',
} }