Skip to content

Commit

Permalink
disable DRF_SPECTACULAR_ENABLED by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vstpme authored and iskhakov committed Feb 20, 2024
1 parent 043beb3 commit b2d30fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class DatabaseTypes:
}


DRF_SPECTACULAR_ENABLED = getenv_boolean("DRF_SPECTACULAR_ENABLED", default=True)
DRF_SPECTACULAR_ENABLED = getenv_boolean("DRF_SPECTACULAR_ENABLED", default=False)

SPECTACULAR_SETTINGS = {
"TITLE": "Grafana OnCall Private API",
Expand Down

0 comments on commit b2d30fa

Please sign in to comment.