From 68893f9657a5422d87a950e112b0bfe284adaa04 Mon Sep 17 00:00:00 2001 From: hyojin kim Date: Fri, 28 Nov 2025 10:43:10 +0900 Subject: [PATCH] =?UTF-8?q?:passport=5Fcontrol:=20=EC=9A=B4=EC=98=81?= =?UTF-8?q?=EC=84=9C=EB=B2=84=20=EC=9A=94=EC=B2=AD=20URL=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 7b01e1a..c41f218 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -90,13 +90,13 @@ app: url: https://api.example.com/data timeout: 30000 ship-api: - url: https://shipsapi.maritime.spglobal.com + url: http://10.29.16.219:18030/shipsapi username: 7cc0517d-5ed6-452e-a06f-5bbfd6ab6ade password: 2LLzSJNqtxWVD8zC ais-api: - url: https://aisapi.maritime.spglobal.com + url: http://10.29.16.219:18030/aisapi webservice-api: - url: https://webservices.maritime.spglobal.com + url: http://10.29.16.219:18030/webservices schedule: enabled: true cron: "0 0 * * * ?" # Every hour