Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Remove haystack
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Aug 15, 2020
1 parent 6656b37 commit c80b745
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions webapp_settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@
('YNR Prod Developers', '[email protected]')
)

HAYSTACK_SIGNAL_PROCESSOR = 'celery_haystack.signals.CelerySignalProcessor'

HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.elasticsearch2_backend.Elasticsearch2SearchEngine',
'URL': '{{ AWS_EX_URL }}',
'INDEX_NAME': 'ynr_prod',
'KWARGS': {
# pass CA cert info to urllib3 to be able to verify connection certificates
'verify_certs': True,
'ca_certs': certifi.where()
}
},
}

CELERY_BROKER_URL = "redis://localhost:6379/0"

SITE_WIDE_MESSAGES = [
Expand Down

0 comments on commit c80b745

Please sign in to comment.