Revert accidental push of test settings (yes, the password has been changed)

This commit is contained in:
Raphael Michel
2018-03-20 14:23:18 +01:00
parent 1f083a52eb
commit 843751b53f

View File

@@ -82,8 +82,6 @@ DATABASES = {
STATIC_URL = config.get('urls', 'static', fallback='/static/')
MEDIA_URL = config.get('urls', 'media', fallback='https://cdn.pretix.space/')
NANOCDN_URL = "https://cdn:0R9uylkcSsm4PVksxnZyDfxLianeNH@cdn.pretix.space/"
DEFAULT_FILE_STORAGE = 'pretixeu.storage.NanoCDNStorage'
PRETIX_INSTANCE_NAME = config.get('pretix', 'instance_name', fallback='pretix.de')
PRETIX_REGISTRATION = config.getboolean('pretix', 'registration', fallback=True)