Skip to content

Commit

Permalink
try without www
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed May 24, 2024
1 parent 81dfdc7 commit 42d1eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapeworks_cloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ class ProductionConfiguration(ShapeworksCloudMixin, ProductionBaseConfiguration)

class HerokuProductionConfiguration(ShapeworksCloudMixin, HerokuProductionBaseConfiguration):
# ALLOWED_HOSTS = ['shapeworks-cloud.herokuapp.com', 'app.shapeworks-cloud.org']
LOGIN_REDIRECT_URL = 'www.shapeworks-cloud.sci.utah.edu'
LOGIN_REDIRECT_URL = 'shapeworks-cloud.sci.utah.edu'
pass

0 comments on commit 42d1eb2

Please sign in to comment.