diff --git a/CNAME b/CNAME index 7178cd3a..bee6214f 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -www.shapeworkscloud.zapto.org \ No newline at end of file +www.shapeworks-cloud.sci.utah.edu \ No newline at end of file diff --git a/shapeworks_cloud/settings.py b/shapeworks_cloud/settings.py index 3bcc7ba5..50ed9004 100644 --- a/shapeworks_cloud/settings.py +++ b/shapeworks_cloud/settings.py @@ -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