set correct allowed_hosts

This commit is contained in:
Tao Bror Bojlén 2019-02-20 18:14:05 +00:00
parent 658f055816
commit 0227fa2050
No known key found for this signature in database
GPG key ID: C6EC7AAB905F9E6F

View file

@ -2,7 +2,7 @@ from .base import *
DEBUG = False DEBUG = False
ALLOWED_HOSTS = ['fediverse.space', 'www.fediverse.space', 'staging.fediverse.space'] ALLOWED_HOSTS = ['api.fediverse.space']
CORS_ORIGIN_WHITELIST = [ CORS_ORIGIN_WHITELIST = [
'fediverse.space', 'fediverse.space',