index.community/backend/settings/production.py

8 lines
110 B
Python
Raw Normal View History

2018-08-26 22:31:53 +00:00
from .base import *
2018-08-27 21:31:27 +00:00
ALLOWED_HOSTS += ['fediverse.space']
CORS_ORIGIN_WHITELIST = [
'fediverse.space',
]