국유인 연동 outputdir 경로 변경

This commit is contained in:
2026-02-27 15:14:18 +09:00
parent 9f379c6dc3
commit 396e76c362
3 changed files with 10 additions and 7 deletions

View File

@@ -101,6 +101,7 @@ inference:
batch-url: http://192.168.2.183:8000/batches
jar-path: ${inference.nfs}/repo/jar/shp-exporter.jar
inference-server-name: server1,server2,server3,server4
output-dir: ${inference.nfs}/model_output/export
gukyuin:
#url: http://localhost:8080

View File

@@ -95,6 +95,7 @@ inference:
batch-url: http://172.16.4.56:8000/batches
jar-path: ${inference.nfs}/repo/jar/shp-exporter.jar
inference-server-name: server1,server2,server3,server4
output-dir: ${inference.nfs}/model_output/export
gukyuin:
url: http://127.0.0.1:5301