14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Port=5432;Database=sequencedb;Username=sequence_user;Password=sequence_password"
|
|
},
|
|
"RedisOptions": {
|
|
"Configuration": "localhost:6379"
|
|
}
|
|
} |