index.community/backend/settings/production.py

8 lines
110 B
Python

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