与 ASP.Net Core 网站 和 ABP 框架集成

    1. "Logging": {
    2. "LogLevel": {
    3. "Default": "Information",
    4. "Microsoft.Hosting.Lifetime": "Information"
    5. },
    6. "serverOptions": {
    7. "name": "TestServer",
    8. "listeners": [
    9. "port": 4040
    10. }
    11. ]
    12. },
    13. "AllowedHosts": "*"

    与 ABP 框架集成