53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"SqlServer": "Server=192.168.195.15;Database=huangyan_parking;User Id=sa;Password=Dbt@com@123;TrustServerCertificate=True;",
|
|
"Redis": "192.168.195.15:6379,defaultDatabase=8"
|
|
},
|
|
"Jwt": {
|
|
"Secret": "YourSuperSecretKeyAtLeast32Characters!",
|
|
"Issuer": "HuangyanParking",
|
|
"Audience": "HuangyanParkingApp",
|
|
"ExpireMinutes": 10080
|
|
},
|
|
"Wechat": {
|
|
"AppId": "your_appid",
|
|
"AppSecret": "your_appsecret"
|
|
},
|
|
"Tld": {
|
|
"BaseUrl": "https://your-tld-api-url",
|
|
"OperatorID": "your_operator_id",
|
|
"OperatorSecret": "your_operator_secret",
|
|
"DataSecret": "your_data_secret",
|
|
"DataSecretIV": "your_data_secret_iv",
|
|
"SigSecret": "your_sig_secret"
|
|
},
|
|
"Ygl": {
|
|
"BaseUrl": "https://api-test.1kmxc.com",
|
|
"DevId": "70000005",
|
|
"DesKey": "ns6GPZJhDmI=",
|
|
"PrivateKey": "your_private_key",
|
|
"PublicKey": "your_public_key",
|
|
"PlatformPublicKey": "your_platform_public_key"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{ "Name": "Console" },
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "logs/log-.txt",
|
|
"rollingInterval": "Day"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|