Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #48 from austin-taylor/patch-1
Browse files Browse the repository at this point in the history
Allows users to access SCIRIUS by default
  • Loading branch information
regit authored Apr 6, 2017
2 parents 9a982de + 706fec8 commit fc327b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/scirius/local_settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import os

ALLOWED_HOSTS = ['*']

USE_ELASTICSEARCH = True
ELASTICSEARCH_ADDRESS = "elasticsearch:9200"
ELASTICSEARCH_2X = True
Expand Down

0 comments on commit fc327b4

Please sign in to comment.