Files
US-Entry-Coach/USEntryCoach.Server/appsettings.Development.json
2025-05-27 14:17:47 +02:00

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;"
}
}