14 lines
No EOL
324 B
JSON
14 lines
No EOL
324 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Username=postgres;Password=postgres;Database=postgres;Port=5432"
|
|
},
|
|
"Security": {
|
|
"SsnPepper": "VBYTES_LAN_2026_SECRET_PEPPER"
|
|
}
|
|
} |