index.community/backend/settings/production.py
2018-08-27 23:31:27 +02:00

8 lines
110 B
Python

from .base import *
ALLOWED_HOSTS += ['fediverse.space']
CORS_ORIGIN_WHITELIST = [
'fediverse.space',
]