From b412ecd0bd65e66789c262083ad2e5255304eb0b Mon Sep 17 00:00:00 2001 From: "Joanne.Chuang" Date: Wed, 14 Jan 2026 11:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BD=E5=90=8D=E5=96=AEip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Altob.NtuInvoiceGateway/appsettings.Production.json | 2 +- Altob.NtuInvoiceGateway/appsettings.Staging.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Altob.NtuInvoiceGateway/appsettings.Production.json b/Altob.NtuInvoiceGateway/appsettings.Production.json index bec1f9b..5366604 100644 --- a/Altob.NtuInvoiceGateway/appsettings.Production.json +++ b/Altob.NtuInvoiceGateway/appsettings.Production.json @@ -31,6 +31,6 @@ "AllowedIps": [ "127.0.0.1", "::1","61.219.172.82","61.222.237.97","125.227.77.79" ] }, "InvoiceApi": { - "Endpoint": "http://140.112.143.162:22055/api/Intella/invoiceInfo" + "Endpoint": "http://140.112.143.162:8077/api/Intella/invoiceInfo" } } diff --git a/Altob.NtuInvoiceGateway/appsettings.Staging.json b/Altob.NtuInvoiceGateway/appsettings.Staging.json index a909118..f9b6597 100644 --- a/Altob.NtuInvoiceGateway/appsettings.Staging.json +++ b/Altob.NtuInvoiceGateway/appsettings.Staging.json @@ -28,9 +28,9 @@ }, "IpWhitelist": { "Enabled": true, - "AllowedIps": [ "127.0.0.1", "::1" ] + "AllowedIps": [ "127.0.0.1", "::1","61.219.172.82","61.222.237.97","125.227.77.79" ] }, "InvoiceApi": { - "Endpoint": "http://192.168.110.72:22055/api/Intella/invoiceInfo" + "Endpoint": "http://localhost:22055/api/Intella/invoiceInfo" } }