refactor: Переработал управление константами и путями к данным

This commit is contained in:
2026-02-01 08:34:07 +03:00
parent a9c0bb1d52
commit c3535cafe9
6 changed files with 46 additions and 29 deletions

View File

@@ -8,5 +8,4 @@ public static class GlobalConsts
public static readonly JsonSerializerOptions JsonSerializerOptions = new()
{ PropertyNamingPolicy = JsonNamingPolicy.CamelCase, Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping };
public static string JwtFilePath { get; set; } = "data/jwt.txt";
}