Update README.md

pull/2/head
Mr Li 5 years ago committed by GitHub
parent f7cd57fbdb
commit 99a9c0b197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ public void ConfigureServices(IServiceCollection services)
{
"Routes": [
{
// 用于服务发现的名称也就是注册到nacos上的名称
"ServiceName": "productservice",
"DownstreamScheme": "http",
"DownstreamPathTemplate": "/productapi/{everything}",
@ -59,6 +60,7 @@ public void ConfigureServices(IServiceCollection services)
"DefaultTimeOut": 15000,
"Namespace": "",
"ListenInterval": 1000,
// 网关服务名称
"ServiceName": "apigateway"
}
```

Loading…
Cancel
Save