We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e41edb commit 6d681d8Copy full SHA for 6d681d8
1 file changed
GameFrameX.StartUp/Options/LauncherOptions.cs
@@ -398,6 +398,20 @@ public sealed class LauncherOptions
398
[GrafanaLokiLabelTag]
399
public string Label { get; set; }
400
401
+ /// <summary>
402
+ /// 客户端API地址
403
+ /// </summary>
404
+ [Option(nameof(ClientApiUrl), Description = "客户端API地址")]
405
+ [DefaultValue("")]
406
+ public string ClientApiUrl { get; set; }
407
+
408
409
+ /// HubAPI地址
410
411
+ [Option(nameof(HubApiUrl), Description = "HubAPI地址")]
412
413
+ public string HubApiUrl { get; set; }
414
415
/// <summary>
416
/// 检查ServerId
417
/// </summary>
0 commit comments