Skip to content

Commit 09d1177

Browse files
committed
fix: launcher.yamlの設定を修正し、ブール値を適切に設定
1 parent 4f0ced5 commit 09d1177

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/adf_core_python/cli/template/config/launcher.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,26 @@ kernel:
22
host: localhost
33
port: 27931
44

5+
gateway:
6+
host: localhost
7+
port: 27941
8+
59
team:
610
name: team_name
711

812
adf:
913
launcher:
10-
precompute: 0
14+
precompute: false
1115
debug:
12-
flag: 0
16+
flag: false
1317
agent:
1418
moduleconfig:
1519
filename: config/module.yaml
20+
precompute:
21+
dir_name: precompute
1622

1723
develop:
18-
flag: 1
24+
flag: true
1925
filename: config/development.json
2026

2127
team:
@@ -33,3 +39,6 @@ adf:
3339
count: 5
3440
police:
3541
count: 5
42+
43+
gateway:
44+
flag: false

0 commit comments

Comments
 (0)