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 737B

123456789101112131415161718
  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. "Microsoft.AspNetCore.SignalR.Transports.TransportHeartbeat": "Error"
  11. }
  12. },
  13. "ConnectionStrings": {
  14. "default": "User ID=POSTGRES_USER;Password=POSTGRES_PASSWORD;Host=POSTGRES_HOST;Port=5432;Database=POSTGRES_DB;Pooling=true;ApplicationName=WebSemApi"
  15. },
  16. "SleepTime": 0,
  17. "FeedUrl": "http://ww2db.com/feedgen.php?feed=articles"
  18. }