Files
ERP-core/Backend/ERPCore/appsettings.Development.json
2026-07-09 10:04:14 +05:30

15 lines
339 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=ERPCore;Username=postgres;Password=postgres"
},
"Jwt": {
"SigningKey": "dev-only-signing-key-please-change-me-0123456789"
}
}