1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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"
- }
- }
|