Skip to content

Commit 55b298d

Browse files
committed
revert inadvertently committed.
was headed this direction while responding to https://status.python.org/incidents/kwsfwt5q4rg1
1 parent 74cb445 commit 55b298d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pydotorg/settings/heroku.py

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020
}
2121
}
2222

23+
HAYSTACK_SEARCHBOX_SSL_URL = config(
24+
'SEARCHBOX_SSL_URL'
25+
)
26+
27+
HAYSTACK_CONNECTIONS = {
28+
'default': {
29+
'ENGINE': 'haystack.backends.elasticsearch5_backend.Elasticsearch5SearchEngine',
30+
'URL': HAYSTACK_SEARCHBOX_SSL_URL,
31+
'INDEX_NAME': 'haystack-prod',
32+
},
33+
}
34+
2335
SECRET_KEY = config('SECRET_KEY')
2436

2537
ALLOWED_HOSTS = config('ALLOWED_HOSTS', cast=Csv())

0 commit comments

Comments
 (0)