initial commit
This commit is contained in:
13
config/conf/swagger.py
Normal file
13
config/conf/swagger.py
Normal file
@@ -0,0 +1,13 @@
|
||||
SWAGGER_SETTINGS = {
|
||||
'SECURITY_DEFINITIONS': {
|
||||
'Basic': {
|
||||
'type': 'basic'
|
||||
},
|
||||
'Bearer': {
|
||||
'type': 'apiKey',
|
||||
'name': 'Authorization',
|
||||
'in': 'header'
|
||||
}
|
||||
},
|
||||
"USE_SESSION_AUTH": False
|
||||
}
|
||||
Reference in New Issue
Block a user