Skip to content

Commit 6a85921

Browse files
committed
feat(Setting): 添加客户端API和HubAPI地址配置项
新增ClientApiHost和HubApiHost属性,用于配置客户端和Hub的API地址
1 parent 33005e6 commit 6a85921

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

GameFrameX.Utility/Setting/AppSetting.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,16 @@ public string ToFormatString()
389389
/// </summary>
390390
public string Label { get; set; }
391391

392+
/// <summary>
393+
/// 客户端API地址
394+
/// </summary>
395+
public string ClientApiHost { get; set; }
396+
397+
/// <summary>
398+
/// HubAPI地址
399+
/// </summary>
400+
public string HubApiHost { get; set; }
401+
392402
/// <summary>
393403
/// 心跳间隔(毫秒),默认 5000 毫秒
394404
/// </summary>

0 commit comments

Comments
 (0)