Skip to content

Commit

Permalink
revert inadvertently committed.
Browse files Browse the repository at this point in the history
was headed this direction while responding to https://status.python.org/incidents/kwsfwt5q4rg1
  • Loading branch information
ewdurbin committed Mar 21, 2023
1 parent 74cb445 commit 55b298d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pydotorg/settings/heroku.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
}
}

HAYSTACK_SEARCHBOX_SSL_URL = config(
'SEARCHBOX_SSL_URL'
)

HAYSTACK_CONNECTIONS = {
'default': {
'ENGINE': 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine',
'URL': HAYSTACK_SEARCHBOX_SSL_URL,
'INDEX_NAME': 'haystack-prod',
},
}

SECRET_KEY = config('SECRET_KEY')

ALLOWED_HOSTS = config('ALLOWED_HOSTS', cast=Csv())
Expand Down

0 comments on commit 55b298d

Please sign in to comment.