12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar"
|
|
}
|
|
}
|