forked from CGM_Public/pretix_original
Revert accidental push of test settings (yes, the password has been changed)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user