Skip to content

Commit

Permalink
adding heroku to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Jun 28, 2024
1 parent 9d8c1bf commit 41e5e8e
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 @@ -63,5 +63,5 @@ class ProductionConfiguration(ShapeworksCloudMixin, ProductionBaseConfiguration)


class HerokuProductionConfiguration(ShapeworksCloudMixin, HerokuProductionBaseConfiguration):
ALLOWED_HOSTS = ['shapeworks-cloud.herokuapp.com', 'app.shapeworks-cloud.org']
ALLOWED_HOSTS = ['shapeworks-cloud.herokuapp.com', 'herokuapp.com', 'app.shapeworks-cloud.org']
LOGIN_REDIRECT_URL = 'https://www.shapeworks-cloud.org'

0 comments on commit 41e5e8e

Please sign in to comment.