Add custom app name per instance
This commit is contained in:
6
DiunaBI.UI.Shared/Services/AppConfig.cs
Normal file
6
DiunaBI.UI.Shared/Services/AppConfig.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DiunaBI.UI.Shared.Services;
|
||||
|
||||
public class AppConfig
|
||||
{
|
||||
public string AppName { get; set; } = "DiunaBI";
|
||||
}
|
||||
Reference in New Issue
Block a user