Skip to content

Commit

Permalink
Merge pull request #1626 from ResearchHub/fix-staging-fe-url
Browse files Browse the repository at this point in the history
Update frontend staging URL
  • Loading branch information
gzurowski committed Jun 11, 2024
2 parents a843a9a + ad4bdf5 commit e75c95e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/researchhub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
elif PRODUCTION:
BASE_FRONTEND_URL = "https://www.researchhub.com"
elif CLOUD:
BASE_FRONTEND_URL = "https://staging-web.researchhub.com"
BASE_FRONTEND_URL = "https://researchhub-web-staging.vercel.app"

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

Expand Down Expand Up @@ -140,8 +140,7 @@
"https://dev.researchhub.com",
"https://researchnow.researchhub.com",
"https://www.researchhub.com",
"https://staging-web.researchhub.com",
"https://staging-web2.researchhub.com",
"https://researchhub-web-staging.vercel.app",
"https://researchhub.com",
"http://10.0.2.2:3000",
"http://127.0.0.1:3000",
Expand Down

0 comments on commit e75c95e

Please sign in to comment.