Fix Swagger server URLs to use correct hosts

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
2026-03-15 20:33:39 -07:00
parent 52cc979814
commit cf1f4f94be
3 changed files with 17 additions and 2 deletions

View File

@@ -14,8 +14,10 @@ info:
10 requests per second per IP, burst of 10.
servers:
- url: https://auth.example.com:8443
- url: https://mcias.metacircular.net:8443
description: Production
- url: https://localhost:8443
description: Local test server
components:
securitySchemes: