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

40 строки
1006B

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