fix(config): Remove autocommit option from DB config (#195)
Django 1.7 already defaults to `True` for this and in Django 1.8, which is what the latest Sentry uses, the option is removed and causes a DB connection error so dropping it to fix git builds.
This commit is contained in:
parent
7e48342757
commit
4e84599542
@ -83,9 +83,6 @@ if postgres:
|
|||||||
env('SENTRY_POSTGRES_PORT')
|
env('SENTRY_POSTGRES_PORT')
|
||||||
or ''
|
or ''
|
||||||
),
|
),
|
||||||
'OPTIONS': {
|
|
||||||
'autocommit': True,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user