vbytes-lan-registration/src/Registration/Registration.API/appsettings.Development.json
2026-01-26 21:38:33 +01:00

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"
}
}