We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0016b commit db36080Copy full SHA for db36080
docs/config/index.rst
@@ -44,30 +44,6 @@ Authentication
44
45
SENTRY_PUBLIC = True
46
47
-.. data:: SENTRY_ALLOW_PROJECT_CREATION
48
- :noindex:
49
-
50
- Should Sentry allow users without the 'sentry.add_project' permission to
51
- create new projects?
52
53
- Defaults to ``False`` (require permission).
54
55
- ::
56
57
- SENTRY_ALLOW_PROJECT_CREATION = True
58
59
-.. data:: SENTRY_ALLOW_TEAM_CREATION
60
61
62
- Should Sentry allow users without the 'sentry.add_team' permission to
63
- create new teams?
64
65
- Defaults to ``True`` (require permission).
66
67
68
69
- SENTRY_ALLOW_TEAM_CREATION = False
70
71
.. data:: SENTRY_ALLOW_PUBLIC_PROJECTS
72
:noindex:
73
0 commit comments