index.community/backend/api/backend/settings/production.py

10 lines
124 B
Python

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