Refactor appsettings

This commit is contained in:
Yury
2025-05-02 09:16:27 +03:00
parent 2e9e86d5da
commit a0a27254ad
10 changed files with 127 additions and 17 deletions
@@ -4,6 +4,4 @@ public class PlayFabSettings
{
public string PublisherId { get; set; }
public string TitleId { get; set; }
public string SignalRURL { get; set; }
public string SignalRAccessToken { get; set; }
}