|
- {
- "DebugMode": true,
- "Logging": {
- "LogLevel": {
- "Default": "Debug",
- "Microsoft.AspNetCore": "Information"
- }
- },
- "Serilog": {
- "Using": [ "Serilog.Sinks.Seq" ],
- "MinimumLevel": {
- "Default": "Information",
- "Override": {
- "Microsoft": "Warning",
- "System": "Warning"
- }
- },
- "WriteTo": [
- {
- "Name": "Seq",
- "Args": {
- "serverUrl": "http://localhost:5341",
- "apiKey": ""
- }
- }
- ],
- "Enrich": [ "FromLogContext" ]
- },
- "IpWhitelist": {
- "Enabled": true,
- "AllowedIps": [ "127.0.0.1", "::1" ]
- },
- "AllowedHosts": "*",
- "CompanyInfo": {
- "Name": "國立臺灣大學臨時停車場",
- "TaxId": "18384226"
- },
- "Endpoint": {
- "InvoiceApi": "http://192.168.110.72:22055/api/Intella/invoiceInfo",
- "PaymentNotifyApi": "http://192.168.110.72:22055/api/Intella/paymentNotify", //當上方DebugMode=true時,會多打這個Api
- "DonateCodeApi": "https://dataset.einvoice.nat.gov.tw/ods/portal/api/v1/DonateCodeList"
- }
- }
|