2024-08-08 22:23:36 +08:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning",
|
|
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"DataBase": {
|
2024-08-08 23:34:22 +08:00
|
|
|
"DataBaseConnection": "Database/bunny.db",
|
2024-08-08 22:23:36 +08:00
|
|
|
"TimeOut": 6
|
|
|
|
},
|
|
|
|
"JWT": {
|
|
|
|
"Issuer": "Issuer",
|
|
|
|
"Audience": "Audience"
|
2024-08-09 10:06:17 +08:00
|
|
|
},
|
|
|
|
"Redis": {
|
2024-08-12 23:49:09 +08:00
|
|
|
"Host": "47.120.65.66",
|
2024-08-09 10:06:17 +08:00
|
|
|
"Port": "6379",
|
2024-08-12 23:49:09 +08:00
|
|
|
"Password": "02120212",
|
2024-08-09 22:31:06 +08:00
|
|
|
"DefaultDB": 6,
|
2024-08-09 10:06:17 +08:00
|
|
|
"AsyncTimeout": 300
|
2024-08-14 23:57:43 +08:00
|
|
|
},
|
|
|
|
"Minio": {
|
|
|
|
"Url": "192.168.3.98:9000",
|
|
|
|
"AccessKey": "bunny",
|
|
|
|
"SecretKey": "02120212",
|
|
|
|
"BucketName": "test"
|
2024-08-08 22:23:36 +08:00
|
|
|
}
|
|
|
|
}
|