Add custom app name per instance

This commit is contained in:
2025-11-28 11:44:19 +01:00
parent 57f1359c96
commit a289690b6b
5 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
namespace DiunaBI.UI.Shared.Services;
public class AppConfig
{
public string AppName { get; set; } = "DiunaBI";
}