19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Port=5432;Database=ERPCore;Username=CHANGE_ME;Password=CHANGE_ME"
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "ERPCore",
|
|
"Audience": "ERPCore.Clients",
|
|
"SigningKey": "CHANGE_ME_DEV_ONLY_32+_CHARS",
|
|
"AccessTokenMinutes": 120
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|