Skip to content

Commit

Permalink
Add new flag to schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibazulic committed Mar 11, 2024
1 parent 6726e45 commit 07e177b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions util/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1447,5 +1447,10 @@
"description": "Number of seconds to wait after a write operation in the UI",
"x-example": 3,
},
"DISABLE_PUSHES": {
"type": "boolean",
"description": "Only disables pushes of new content to the registry, while retaining all other functionality. Differs from read only mode because database is not set as read-only.",
"x-example": False,
},
},
}

0 comments on commit 07e177b

Please sign in to comment.