14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Jwt": {
|
|
"Key": "iFileProxy-JWT-Secret-Key-2024-Very-Long-Secret-Key-For-Security",
|
|
"Issuer": "iFileProxy",
|
|
"Audience": "iFileProxy.Client"
|
|
}
|
|
}
|