config.json 464 B

12345678910111213141516171819
  1. {
  2. "Colors": {
  3. "Favorite": "Blue"
  4. },
  5. "ConnectionStrings": {
  6. "DutchConnectionString": "Data Source=(localdb)\\ProjectsV13;Initial Catalog=DutchTreatDb;Integrated Security=True;Connect Timeout=30;MultipleActiveResultSets=true;"
  7. },
  8. "Logging": {
  9. "LogLevel": {
  10. "Default": "Information",
  11. "Microsoft": "Warning"
  12. }
  13. },
  14. "Token": {
  15. "Key": "fdsgdfg;dsfsdfsdfgsd;fgsd;fgs",
  16. "Issuer": "https://localhost:8888",
  17. "Audience": "https://localhost:8888"
  18. }
  19. }