跳到导航

服务器名称

以 Markdown 格式查看

为服务器指定自定义名称:

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