Skip to navigation

Server names

View as Markdown

Specify custom names for servers:

asyncapi.yml
servers:
production:
host: api.yourcompany.com
x-fern-server-name: Production
protocol: wss
staging:
host: staging.api.yourcompany.com
x-fern-server-name: Staging
protocol: wss