Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

appsettings.Development.json 490B

123456789101112131415
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "LogLevel": {
  5. "Default": "Debug",
  6. "System": "Information",
  7. "Microsoft": "Information",
  8. "Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory": "Information"
  9. }
  10. },
  11. "ConnectionStrings": {
  12. "default": "User ID=dev;Password=dev;Host=localhost;Port=5432;Database=websem_project;Pooling=true;ApplicationName=WebSemApiDev"
  13. },
  14. "SleepTime": 0
  15. }