Skip to content

Commit

Permalink
Add NoSetup option in the DIRAC config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Nov 18, 2024
1 parent 1b8546d commit dabd227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diracx-core/src/diracx/core/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def sub_from_preferred_username(self, preferred_username: str) -> str:


class DIRACConfig(BaseModel):
NoSetup: bool = False
pass


Expand Down

0 comments on commit dabd227

Please sign in to comment.