Skip to content

Commit

Permalink
Add ALLOW_ONLY_EXTERNAL_REGISTRATION to config cheat sheet (#8986)
Browse files Browse the repository at this point in the history
ALLOW_ONLY_EXTERNAL_REGISTRATION was missed off the cheat sheet. This PR adds it.

Fix #8180
  • Loading branch information
zeripath authored Nov 14, 2019
1 parent a99b4db commit 856a9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/doc/advanced/config-cheat-sheet.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ relation to port exhaustion.
- `AUTO_WATCH_ON_CHANGES`: **false**: Enable this to make users watch a repository after their first commit to it
- `DEFAULT_ORG_VISIBILITY`: **public**: Set default visibility mode for organisations, either "public", "limited" or "private".
- `DEFAULT_ORG_MEMBER_VISIBLE`: **false** True will make the membership of the users visible when added to the organisation.
- `ALLOW_ONLY_EXTERNAL_REGISTRATION`: **false** Set to true to force registration only using third-party services.

## Webhook (`webhook`)

Expand Down

0 comments on commit 856a9f8

Please sign in to comment.