mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-01-04 23:54:27 +00:00
Altered settings
This commit is contained in:
@@ -116,7 +116,7 @@ INSTALLED_APPS = (
|
||||
'core',
|
||||
#'schedule',
|
||||
'django_user_agents',
|
||||
|
||||
'storages',
|
||||
'social.apps.django_app.default',
|
||||
|
||||
# TODO: remove
|
||||
@@ -209,7 +209,8 @@ DEFAULT_USER_NAME = 'Anonymouse'
|
||||
DEFAULT_USER_TITLE = 'Just another DSS lover'
|
||||
|
||||
SITE_NAME = 'Deep South Sounds'
|
||||
THUMBNAIL_PREFIX = 'cache/_tn/'
|
||||
THUMBNAIL_PREFIX = '_tn/'
|
||||
THUMBNAIL_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
||||
|
||||
JWT_AUTH = {
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=900),
|
||||
|
||||
Reference in New Issue
Block a user