{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "Limits": { "MaxRequestBodySize": 1073741824, "MaxRequestBufferSize": 1073741824, "MaxConcurrentConnections": 1000, "MaxConcurrentUpgradedConnections": 100, "MaxStreamsPerConnection": 100 }, "Endpoints": { "HttpsDefaultCert": { "Url": "https://*:40101" } }, "Certificates": { "Default": { "AllowInvalid": true, "Path": "www.guanglinta.com.pfx", "Password": "1rgum4me" } } }, "EncryptorKey": "Long", "DbSetting": [ { "default": "server=www.guanglinta.com;database=kankanlightnovel;uid=root;pwd=long@2023", "user": "server=www.guanglinta.com;database=user;uid=root;pwd=long@2023" } ], "Cors": { "Origins": [ "https://www.guanglinta.com", "https://localhost:40203" ] }, "JWT": { "IssuerUri": "https://www.guanglinta.com:40100", "Authority": "https://www.guanglinta.com:40100" } }