提供給台大案英特拉線上繳費填寫發票資訊用
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

44 строки
1.0KB

  1. {
  2. "DebugMode": true,
  3. "Logging": {
  4. "LogLevel": {
  5. "Default": "Debug",
  6. "Microsoft.AspNetCore": "Information"
  7. }
  8. },
  9. "Serilog": {
  10. "Using": [ "Serilog.Sinks.Seq" ],
  11. "MinimumLevel": {
  12. "Default": "Information",
  13. "Override": {
  14. "Microsoft": "Warning",
  15. "System": "Warning"
  16. }
  17. },
  18. "WriteTo": [
  19. {
  20. "Name": "Seq",
  21. "Args": {
  22. "serverUrl": "http://localhost:5341",
  23. "apiKey": ""
  24. }
  25. }
  26. ],
  27. "Enrich": [ "FromLogContext" ]
  28. },
  29. "IpWhitelist": {
  30. "Enabled": true,
  31. "AllowedIps": [ "127.0.0.1", "::1" ]
  32. },
  33. "AllowedHosts": "*",
  34. "CompanyInfo": {
  35. "Name": "國立臺灣大學臨時停車場",
  36. "TaxId": "18384226"
  37. },
  38. "Endpoint": {
  39. "InvoiceApi": "http://192.168.110.72:22055/api/Intella/invoiceInfo",
  40. "PaymentNotifyApi": "http://192.168.110.72:22055/api/Intella/paymentNotify", //當上方DebugMode=true時,會多打這個Api
  41. "DonateCodeApi": "https://dataset.einvoice.nat.gov.tw/ods/portal/api/v1/DonateCodeList"
  42. }
  43. }