From 09d1177aafdd9fd02ef830c041b2a999a1115070 Mon Sep 17 00:00:00 2001 From: shima004 Date: Mon, 24 Nov 2025 14:51:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20launcher.yaml=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=97=E3=80=81=E3=83=96=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E5=80=A4=E3=82=92=E9=81=A9=E5=88=87=E3=81=AB=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cli/template/config/launcher.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/adf_core_python/cli/template/config/launcher.yaml b/src/adf_core_python/cli/template/config/launcher.yaml index a47a583d..2731ebd8 100644 --- a/src/adf_core_python/cli/template/config/launcher.yaml +++ b/src/adf_core_python/cli/template/config/launcher.yaml @@ -2,20 +2,26 @@ kernel: host: localhost port: 27931 +gateway: + host: localhost + port: 27941 + team: name: team_name adf: launcher: - precompute: 0 + precompute: false debug: - flag: 0 + flag: false agent: moduleconfig: filename: config/module.yaml + precompute: + dir_name: precompute develop: - flag: 1 + flag: true filename: config/development.json team: @@ -33,3 +39,6 @@ adf: count: 5 police: count: 5 + + gateway: + flag: false