faturas_4docs/Webhook 4docs/appsettings.json
2024-04-17 17:19:35 -03:00

27 lines
633 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
},
"Console": {
"TimestampFormat": "[dd/MM/yy HH:mm] "
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"WebhookDbContext": "Server=192.168.10.248;Port=5432;Database=4docs;User Id=postgres;Password=gds21;"
},
"Kestrel": {
"Endpoints": {
"HttpLocalhost": {
"Url": "http://localhost:8664/"
}
}
},
"PathBase": "/4docs"
}