This website works better with JavaScript.
Home
Help
Sign In
marrub
/
snipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Durp.
master
Nick Sergeant
5 years ago
parent
9b72236aa3
commit
5dd60e6d81
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
settings.py
+ 1
- 1
settings.py
View File
@@ -14,7 +14,7 @@ if 'DATABASE_URL' in os.environ:
es = urlparse(os.environ.get('SEARCHBOX_SSL_URL') or
'http://127.0.0.1:9200/')
port = es.port or
80
port = es.port or
443
HAYSTACK_CONNECTIONS = {
'default': {
Write
Preview
Loading…
Cancel
Save