mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-03 02:18:00 +08:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
|
"AppSettings": {
|
|
"InjectSpecificationDocument": true,
|
|
"InjectMiniProfiler": true
|
|
},
|
|
"JWTSettings": {
|
|
"ExpiredTime": 20000
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
},
|
|
}
|
|
} |