🔧(back) allow to configure USE_SWAGGER settings

This commit is contained in:
Manuel Raynaud
2025-06-02 12:36:26 +02:00
parent f459c56121
commit 06428ea4d5

View File

@@ -62,7 +62,7 @@ class Base(Configuration):
"""
DEBUG = False
USE_SWAGGER = False
USE_SWAGGER = values.BooleanValue(False, environ_name="USE_SWAGGER", environ_prefix=None)
API_VERSION = "v1.0"