mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-29 12:51:10 +00:00
Added docker files
This commit is contained in:
@@ -117,7 +117,6 @@ INSTALLED_APPS = (
|
||||
'corsheaders',
|
||||
'sorl.thumbnail',
|
||||
'spa',
|
||||
'tinymce',
|
||||
'gunicorn',
|
||||
'spa.signals',
|
||||
'core',
|
||||
@@ -223,4 +222,4 @@ JWT_AUTH = {
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=900),
|
||||
'JWT_ALLOW_REFRESH': True,
|
||||
'JWT_REFRESH_EXPIRATION_DELTA': timedelta(days=30),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user