18 lines
522 B
JSON
18 lines
522 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"API": {
|
|
"OpenAiToken": "Please set the key in secrets.json! NEVER HERE!!!"
|
|
},
|
|
"Authentication": {
|
|
"JwtGenerationSecret": "Please provide a GUID (without dashes) as secret."
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "User ID=us-entry-agent-dev;Password=example;Host=localhost;Port=5432;Database=us-entry-agent-dev;Pooling=true;MinPoolSize=0;MaxPoolSize=100;Connection Lifetime=0;"
|
|
}
|
|
}
|