提供給台大案英特拉線上繳費填寫發票資訊用
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

41 líneas
820B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Debug",
  5. "Microsoft.AspNetCore": "Information"
  6. }
  7. },
  8. "Serilog": {
  9. "Using": [ "Serilog.Sinks.Seq" ],
  10. "MinimumLevel": {
  11. "Default": "Information",
  12. "Override": {
  13. "Microsoft": "Warning",
  14. "System": "Warning"
  15. }
  16. },
  17. "WriteTo": [
  18. {
  19. "Name": "Seq",
  20. "Args": {
  21. "serverUrl": "http://localhost:5341",
  22. "apiKey": ""
  23. }
  24. }
  25. ],
  26. "Enrich": [ "FromLogContext" ]
  27. },
  28. "IpWhitelist": {
  29. "Enabled": true,
  30. "AllowedIps": [ "127.0.0.1", "::1" ]
  31. },
  32. "AllowedHosts": "*",
  33. "CompanyInfo": {
  34. "Name": "國立台灣大學臨時停車場",
  35. "TaxId": "18384226"
  36. },
  37. "InvoiceApi": {
  38. "Endpoint": "http://192.168.110.72:22055/api/Intella/invoiceInfo"
  39. }
  40. }