Skip to content

Commit 5099432

Browse files
committed
[删除] GrafanaLokiLabelTag 不必要的移除
1 parent 16e2e91 commit 5099432

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

GameFrameX.StartUp/Options/LauncherOptions.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,28 +199,28 @@ public sealed class LauncherOptions
199199
/// 内部IP
200200
/// </summary>
201201
[Option(nameof(InnerIp), Default = "0.0.0.0", HelpText = "内部IP")]
202-
[GrafanaLokiLabelTag]
202+
// [GrafanaLokiLabelTag]
203203
public string InnerIp { get; set; }
204204

205205
/// <summary>
206206
/// 内部端口
207207
/// </summary>
208208
[Option(nameof(InnerPort), HelpText = "内部端口")]
209-
[GrafanaLokiLabelTag]
209+
// [GrafanaLokiLabelTag]
210210
public ushort InnerPort { get; set; }
211211

212212
/// <summary>
213213
/// 外部IP
214214
/// </summary>
215215
[Option(nameof(OuterIp), Default = "0.0.0.0", HelpText = "外部IP")]
216-
[GrafanaLokiLabelTag]
216+
// [GrafanaLokiLabelTag]
217217
public string OuterIp { get; set; }
218218

219219
/// <summary>
220220
/// 外部端口
221221
/// </summary>
222222
[Option(nameof(OuterPort), HelpText = "外部端口")]
223-
[GrafanaLokiLabelTag]
223+
// [GrafanaLokiLabelTag]
224224
public ushort OuterPort { get; set; }
225225

226226
/// <summary>
@@ -239,7 +239,7 @@ public sealed class LauncherOptions
239239
/// HTTP 是否是开发模式,当是开发模式的时候将会启用Swagger
240240
/// </summary>
241241
[Option(nameof(HttpIsDevelopment), Default = false, HelpText = "HTTP 是否是开发模式,当是开发模式的时候将会启用Swagger")]
242-
[GrafanaLokiLabelTag]
242+
// [GrafanaLokiLabelTag]
243243
public bool HttpIsDevelopment { get; set; }
244244

245245
/// <summary>

0 commit comments

Comments
 (0)