Issue 511 - Fix config names, config file indentation.

This commit is contained in:
Mayuresh Nirhali
2025-09-17 22:50:02 +05:30
parent 5bbd6f3a3c
commit 979763b5ec
3 changed files with 41 additions and 17 deletions

View File

@@ -22,8 +22,14 @@ modules:
handler:
type: std
role: bap
registryUrl: http://localhost:8080/reg
plugins:
registry:
id: registry
config:
url: http://localhost:8080/reg
retry_max: "3"
retry_wait_min: "100ms"
retry_wait_max: "500ms"
keyManager:
id: keymanager
config:
@@ -59,8 +65,14 @@ modules:
handler:
type: std
role: bap
registryUrl: http://localhost:8080/reg
plugins:
registry:
id: registry
config:
url: http://localhost:8080/reg
retry_max: "3"
retry_wait_min: "100ms"
retry_wait_max: "500ms"
keyManager:
id: keymanager
config:
@@ -92,8 +104,14 @@ modules:
handler:
type: std
role: bpp
registryUrl: http://localhost:8080/reg
plugins:
registry:
id: registry
config:
url: http://localhost:8080/reg
retry_max: "3"
retry_wait_min: "100ms"
retry_wait_max: "500ms"
keyManager:
id: keymanager
config:
@@ -125,8 +143,14 @@ modules:
handler:
type: std
role: bpp
registryUrl: http://localhost:8080/reg
plugins:
registry:
id: registry
config:
url: http://localhost:8080/reg
retry_max: "3"
retry_wait_min: "100ms"
retry_wait_max: "500ms"
keyManager:
id: keymanager
config: