Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
birbjam committed Oct 22, 2020
1 parent b4fb7c0 commit e33d5b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn myproject.wsgi
web: gunicorn localcontexts.wsgi --log-file -
2 changes: 1 addition & 1 deletion localcontexts/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = os.environ['DEBUG_VALUE']

ALLOWED_HOSTS = ['localhost','127.0.0.1']
ALLOWED_HOSTS = ['localhost','127.0.0.1', 'localcontexts.herokuapp.com']


# Application definition
Expand Down
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.8.3

0 comments on commit e33d5b3

Please sign in to comment.