diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-06-07 11:24:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 11:24:38 +0200 |
commit | 567ed002259985b5a2afea2f90e5bf2df08f7147 (patch) | |
tree | 0772ba7d1d31af6413c35d03d2bd132d966d60ce /recipes-test/demo-config/files/ip_secondary_config.json | |
parent | cdf070e20556a13ecda308833fd5c314d20547ab (diff) | |
parent | e621378661f04d6b684598ba890db8772c59f805 (diff) | |
download | meta-updater-567ed002259985b5a2afea2f90e5bf2df08f7147.tar.gz |
Merge pull request #528 from advancedtelematic/refactor/rocko/renaming-secondaries-etc
Refactor/rocko/renaming secondaries etc
Diffstat (limited to 'recipes-test/demo-config/files/ip_secondary_config.json')
-rw-r--r-- | recipes-test/demo-config/files/ip_secondary_config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-test/demo-config/files/ip_secondary_config.json b/recipes-test/demo-config/files/ip_secondary_config.json new file mode 100644 index 0000000..690cf2e --- /dev/null +++ b/recipes-test/demo-config/files/ip_secondary_config.json | |||
@@ -0,0 +1,7 @@ | |||
1 | { | ||
2 | "IP": { | ||
3 | "secondaries_wait_port": @PORT@, | ||
4 | "secondaries_wait_timeout": @TIMEOUT@, | ||
5 | "secondaries": @ADDR_ARRAY@ | ||
6 | } | ||
7 | } | ||