17 lines
381 B
JSON
Executable File
17 lines
381 B
JSON
Executable File
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost;Database=TestDB;Trusted_Connection=true;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ApiSettings": {
|
|
"BaseUrl": "https://api.example.com",
|
|
"Timeout": 30,
|
|
"RetryAttempts": 3
|
|
}
|
|
} |