mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
update for commit hook
This commit is contained in:
@@ -51,7 +51,7 @@ MANAGERS = ADMINS
|
|||||||
# Database settings to use PostgreSQL for development.
|
# Database settings to use PostgreSQL for development.
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'transaction_hooks.backends.postgresql_psycopg2',
|
||||||
'NAME': 'awx-dev',
|
'NAME': 'awx-dev',
|
||||||
'USER': 'awx-dev',
|
'USER': 'awx-dev',
|
||||||
'PASSWORD': 'AWXsome1',
|
'PASSWORD': 'AWXsome1',
|
||||||
|
|||||||
Reference in New Issue
Block a user