mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-09 00:22:46 +02:00
🔧(back) allow to configure USE_SWAGGER settings
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user