mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 09:19:16 +02:00
Removed now useless REGISTRATION_MODE setting
This commit is contained in:
parent
3dd1a20b68
commit
d1b5895b78
2 changed files with 0 additions and 6 deletions
|
@ -317,7 +317,6 @@ CORS_ORIGIN_ALLOW_ALL = True
|
|||
# )
|
||||
CORS_ALLOW_CREDENTIALS = True
|
||||
API_AUTHENTICATION_REQUIRED = env.bool("API_AUTHENTICATION_REQUIRED", True)
|
||||
REGISTRATION_MODE = env('REGISTRATION_MODE', default='disabled')
|
||||
REST_FRAMEWORK = {
|
||||
'DEFAULT_PERMISSION_CLASSES': (
|
||||
'rest_framework.permissions.IsAuthenticated',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue