mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Merge pull request #3011 from AlanCoding/docker_atomic
Make development environment use ATOMIC_REQUESTS
This commit is contained in:
@@ -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': '',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user