feat(battle-node): IMatchingBridge + MatchingBridge mint battle id + node url
This commit is contained in:
10
SVSim.BattleNode/Bridge/BattleNodeOptions.cs
Normal file
10
SVSim.BattleNode/Bridge/BattleNodeOptions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SVSim.BattleNode.Bridge;
|
||||
|
||||
/// <summary>
|
||||
/// DI-injected options for the battle node. The web host populates these — typically
|
||||
/// nodeServerUrl is "ws://localhost:5148" matching ASPNETCORE_URLS.
|
||||
/// </summary>
|
||||
public sealed class BattleNodeOptions
|
||||
{
|
||||
public string NodeServerUrl { get; set; } = "ws://localhost:5148";
|
||||
}
|
||||
Reference in New Issue
Block a user