Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Marzal
funkwhale
Commits
d1b5895b
Verified
Commit
d1b5895b
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Removed now useless REGISTRATION_MODE setting
parent
3dd1a20b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
api/config/settings/common.py
+0
-1
0 additions, 1 deletion
api/config/settings/common.py
deploy/env.prod.sample
+0
-5
0 additions, 5 deletions
deploy/env.prod.sample
with
0 additions
and
6 deletions
api/config/settings/common.py
+
0
−
1
View file @
d1b5895b
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
deploy/env.prod.sample
+
0
−
5
View file @
d1b5895b
...
...
@@ -74,11 +74,6 @@ DJANGO_SECRET_KEY=
# If True, unauthenticated users won't be able to query the API
API_AUTHENTICATION_REQUIRED=True
# What is the workflow for registration on funkwhale ? Possible values:
# public: anybody can register an account
# disabled: nobody can register an account
REGISTRATION_MODE=disabled
# Sentry/Raven error reporting (server side)
# Enable Raven if you want to help improve funkwhale by
# automatically sending error reports our Sentry instance.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment