Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

28 lines
640B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "ConnectionStrings": {
  10. "DefaultConnection": "Server=AIT_GTO_OMEN;Database=ReAct_PME;Trusted_Connection=True;TrustServerCertificate=True"
  11. },
  12. "Jwt": {
  13. "SecretKey": "5357f3ec-0c27-49f6-b68e-28f5c2b260a5",
  14. "Issuer": "ReAct_PMEAPI",
  15. "Audience": "ReAct_PMEClient",
  16. "ExpireMinutes": 60
  17. },
  18. "Cors": {
  19. "AllowedOrigins": [
  20. "https://localhost:7286"
  21. ]
  22. },
  23. "Params": {
  24. "Environment": "Local",
  25. "ApiUrl": "https://localhost:7008"
  26. }
  27. }