blob: e8136888a198d392ab6d60e971608f8f3cf169a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"
}
}
|