Server names
Specify custom names for servers:
asyncapi.yml
Specify custom names for servers:
1 servers: 2 production: 3 host: api.yourcompany.com 4 x-fern-server-name: Production 5 protocol: wss 6 staging: 7 host: staging.api.yourcompany.com 8 x-fern-server-name: Staging 9 protocol: wss