Commit 5b41477b authored by Liuhaoyang's avatar Liuhaoyang

Update README

parent c3799221
......@@ -50,10 +50,11 @@ public void ConfigureServices(IServiceCollection services)
services.AddSkyWalking(option =>
{
// Application code is showed in sky-walking-ui
option.DirectServers = "localhost:11800";
option.ApplicationCode = "Your_ApplicationName";
//Collector agent_gRPC/grpc service addresses.
option.ApplicationCode = "Your_ApplicationName";
option.DirectServers = "localhost:11800";
});
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment