Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed May 24, 2024
1 parent 1fd22c2 commit 81dfdc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
www.shapeworkscloud.zapto.org
www.shapeworks-cloud.sci.utah.edu
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.shapeworkscloud.zapto.org'
LOGIN_REDIRECT_URL = 'www.shapeworks-cloud.sci.utah.edu'
pass

0 comments on commit 81dfdc7

Please sign in to comment.