Skip to content

Commit

Permalink
Added API_TESTER_URL to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtesobe committed Nov 6, 2017
1 parent d34eba5 commit bfb67c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apimanager/apimanager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@
# For some reason, swagger is not available at the latest API version
API_SWAGGER_BASE_PATH = '/obp/v1.4.0'

# URL to API Tester if it is running on API_HOST
API_TESTER_URL = ''

# Always save session$
SESSION_SAVE_EVERY_REQUEST = True
Expand Down

0 comments on commit bfb67c0

Please sign in to comment.