Skip to content

Commit

Permalink
By default Enable private repo to false
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath authored Jan 23, 2024
1 parent 0ec51b9 commit cbe1dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,4 +501,4 @@ def safe_key() -> str:
)

# create private repo
ENABLE_CREATE_PRIVATE_REPO = env.bool("ENABLE_CREATE_PRIVATE_REPO", default=True)
ENABLE_CREATE_PRIVATE_REPO = env.bool("ENABLE_CREATE_PRIVATE_REPO", default=False)

0 comments on commit cbe1dc3

Please sign in to comment.