diff --git a/seriesly/settings.py b/seriesly/settings.py index 6b2c6a2..996bb9f 100644 --- a/seriesly/settings.py +++ b/seriesly/settings.py @@ -35,7 +35,7 @@ def os_env(name, default=None): ADMIN_NAME = "Stefan Wehrmeyer" SITE_NAME = 'Seriesly' -DOMAIN_URL = os_env('DOMAIN_URL', "https://serieslynew.herokuapp.com") +DOMAIN_URL = os_env('DOMAIN_URL', "http://localhost:8000") # Make this unique, and don't share it with anybody. SECRET_KEY = os_env('DJANGO_SECRET_KEY', 'not-so-secret')