20 lines
401 B
JSON
20 lines
401 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"API": {
|
|
"OpenAiToken": "[NO_API_KEY]"
|
|
},
|
|
"Authentication": {
|
|
"JwtGenerationSecret": "Please provide a GUID (without dashes) as secret.",
|
|
"JwtExpiryTime": "00:15:00"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "[NO_CONNECTION_STRING]"
|
|
}
|
|
}
|