summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-config/shared-conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/demo-config/shared-conf.inc')
-rw-r--r--recipes-test/demo-config/shared-conf.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-test/demo-config/shared-conf.inc b/recipes-test/demo-config/shared-conf.inc
new file mode 100644
index 0000000..ce2bb44
--- /dev/null
+++ b/recipes-test/demo-config/shared-conf.inc
@@ -0,0 +1,5 @@
1SECONDARY_IP ?= "10.0.3.2"
2SECONDARY_PORT ?= "9050"
3PRIMARY_IP ?= "10.0.3.1"
4PRIMARY_PORT ?= "9040"
5PRIMARY_WAIT_TIMEOUT ?= "120"