Files
ERP-core/Backend/ERPCore/appsettings.Development.json
2026-07-16 14:23:23 +05:30

15 lines
309 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=ERPCore;Username=postgres;Password=root"
},
"AuthHex": {
"BaseUrl": "http://localhost:5011"
}
}