31 lines
730 B
JSON
31 lines
730 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DataBase": {
|
|
"DataBaseConnection": "192.168.3.98;Initial Catalog=BunnyDemo;TrustServerCertificate=True;Persist Security Info=True;User ID=sa;Password=abc1234.",
|
|
"TimeOut": 6
|
|
},
|
|
"JWT": {
|
|
"Issuer": "Issuer",
|
|
"Audience": "Audience"
|
|
},
|
|
"Redis": {
|
|
"Host": "47.120.65.66",
|
|
"Port": "6379",
|
|
"Password": "02120212",
|
|
"DefaultDB": 6,
|
|
"AsyncTimeout": 300
|
|
},
|
|
"Minio": {
|
|
"Url": "192.168.3.98:9000",
|
|
"AccessKey": "bunny",
|
|
"SecretKey": "02120212",
|
|
"BucketName": "csharp-test"
|
|
}
|
|
} |