15 lines
339 B
JSON
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"
|
|
}
|
|
}
|