Skip to content

Commit

Permalink
removed token from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed May 8, 2024
1 parent da8668c commit 0646681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datalab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def get_list_from_env(variable, default=None):
'DEFAULT_AUTHENTICATION_CLASSES': (
'ocs_authentication.backends.OCSTokenAuthentication',
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.TokenAuthentication',
),
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 100,
Expand Down

0 comments on commit 0646681

Please sign in to comment.