mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:27:24 +01:00
fix servername->shardname
This commit is contained in:
parent
17f26714ce
commit
6ffad7f723
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public class GrpcClientIdentificationService : IHostedService
|
|||
public GrpcClientIdentificationService(ILogger<GrpcClientIdentificationService> logger, IdentificationService.IdentificationServiceClient gprcIdentClient, MareMetrics metrics, IConfiguration configuration)
|
||||
{
|
||||
var config = configuration.GetSection("MareSynchronos");
|
||||
_shardName = config.GetValue("ServerName", "Main");
|
||||
_shardName = config.GetValue("ShardName", "Main");
|
||||
_logger = logger;
|
||||
_grpcIdentClient = gprcIdentClient;
|
||||
_metrics = metrics;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue