Files
ERP-core/Backend/ERPCore/appsettings.Development.json
T

15 lines
312 B
JSON

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