You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appsettings.json 578B

123456789101112131415
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "LogLevel": {
  5. "Default": "Information",
  6. "System": "Information",
  7. "Microsoft": "Information",
  8. "Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory": "Error",
  9. "Microsoft.AspNetCore.Mvc.Internal.ObjectResultExecutor": "Error"
  10. }
  11. },
  12. "ConnectionStrings": {
  13. "default": "User ID=POSTGRES_USER;Password=POSTGRES_PASSWORD;Host=POSTGRES_HOST;Port=5432;Database=POSTGRES_DB;Pooling=true;ApplicationName=WebApiUtils"
  14. }
  15. }