#3273 Enable private projects by default and add entry to sample configuration
Merged 5 years ago by pingou. Opened 5 years ago by ngompa.

file modified
+1 -1
@@ -1071,7 +1071,7 @@ 

  private repository which means redis doesn't have the access to the repository

  and even fedmsg doesn't get any notifications.

  

- Defaults to: ``False``

+ Defaults to: ``True``

  

  

  EXCLUDE_GROUP_INDEX

file modified
+3
@@ -12,6 +12,9 @@ 

  ENABLE_TICKETS = True

  ENABLE_DOCS = True

  

+ # Enables / Disables private projects

+ PRIVATE_PROJECTS = True

+ 

  ### Secret key for the Flask application

  SECRET_KEY='<The web application secret key>'

  

file modified
+1 -1
@@ -71,7 +71,7 @@ 

  ENABLE_GROUP_MNGT = True

  

  # Enables / Disables private projects

- PRIVATE_PROJECTS = False

+ PRIVATE_PROJECTS = True

  

  # Enable / Disable deleting branches in the UI

  ALLOW_DELETE_BRANCH = True

Generally speaking, this feature should be on by default for most
"basic" self-hosting setups.

Signed-off-by: Neal Gompa ngompa13@gmail.com

rebased onto 40cab38b644694be4ad193b934da2d88e6c20472

5 years ago

@pingou I'd actually rather turn this on in the default config, actually...

rebased onto ca7735a4d371231748b570119e489b1897fde381

5 years ago

Rebased on top of current master and adjusted accordingly.

rebased onto 3c09f6d

5 years ago

Pull-Request has been merged by pingou

5 years ago