We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0ced5 commit 09d1177Copy full SHA for 09d1177
src/adf_core_python/cli/template/config/launcher.yaml
@@ -2,20 +2,26 @@ kernel:
2
host: localhost
3
port: 27931
4
5
+gateway:
6
+ host: localhost
7
+ port: 27941
8
+
9
team:
10
name: team_name
11
12
adf:
13
launcher:
- precompute: 0
14
+ precompute: false
15
debug:
- flag: 0
16
+ flag: false
17
agent:
18
moduleconfig:
19
filename: config/module.yaml
20
+ precompute:
21
+ dir_name: precompute
22
23
develop:
- flag: 1
24
+ flag: true
25
filename: config/development.json
26
27
@@ -33,3 +39,6 @@ adf:
33
39
count: 5
34
40
police:
35
41
42
43
+ gateway:
44
0 commit comments