Skip to content

Commit

Permalink
remote_host
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Feb 13, 2025
1 parent 0dd679e commit ab50252
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sefaria/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,9 @@

GLOBAL_INTERRUPTING_MESSAGE = None

REMOTE_HOSTS = os.getenv('REMOTE_HOSTS', 'staging.pecha.org').replace(" ", "")
REMOTE_HOSTS = os.getenv('REMOTE_HOSTS', 'staging.pecha.org','sefaria-docker.onrender.com').replace(" ", "")

LOCAL_HOSTS = [
'sefaria-docker.onrender.com'
'localhost',
'127.0.0.1',
"0.0.0.0",
Expand Down

0 comments on commit ab50252

Please sign in to comment.