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

@@ -6,5 +6,8 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"App": {
"AppName": "DiunaBI"
}
}