diff --git a/apiserver/apiserver/settings.py b/apiserver/apiserver/settings.py index 01fc8b9..f6d23b8 100644 --- a/apiserver/apiserver/settings.py +++ b/apiserver/apiserver/settings.py @@ -29,7 +29,11 @@ DEBUG = DEBUG_ENV or False if DEBUG: print('Debug mode ON') # production hosts -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = [ + 'api.spaceport-prod.dns.t0.vc', + 'api.spaceport.protospace.ca', + 'api.my.protospace.ca', +] if DEBUG: ALLOWED_HOSTS += [