Skip to content

Commit

Permalink
feat(wsgi): add wsgi file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Nov 12, 2016
1 parent 345abc9 commit e8549ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wsgi.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from indexd import get_app
import os
os.environ['INDEXD_SETTINGS'] = '/var/www/indexd/'
application = get_app()

0 comments on commit e8549ce

Please sign in to comment.