瀏覽代碼

更新白名單ip

master
Joanne.Chuang 2 週之前
父節點
當前提交
b412ecd0bd
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      Altob.NtuInvoiceGateway/appsettings.Production.json
  2. +2
    -2
      Altob.NtuInvoiceGateway/appsettings.Staging.json

+ 1
- 1
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"
}
}

+ 2
- 2
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"
}
}

Loading…
取消
儲存