Skip to content

Commit

Permalink
Changed setting to allow correct urls for dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 27, 2024
1 parent 70eef18 commit cc2227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crkeng/site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from morphodict.site.settings import *

# Where this application should be deployed:
PRODUCTION_HOST = "itwewina.altlab.app"
PRODUCTION_HOST = "itwewina.altlab.dev"

ALLOWED_HOSTS.append(PRODUCTION_HOST)

Expand Down

0 comments on commit cc2227b

Please sign in to comment.