15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"API": {
|
|
"OpenAI": "Please set the key in secrets.json! NEVER HERE!!!"
|
|
},
|
|
"Authentication": {
|
|
"Secret": "Please provide a GUID (without dashes) as secret."
|
|
}
|
|
}
|