服务器名称
服务器名称
为服务器指定自定义名称:
asyncapi.yml
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
服务器名称
为服务器指定自定义名称:
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