From 8f35b214664b744a67c1ca30ccc3e335bfb5e912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 7 Apr 2020 10:28:30 +0200 Subject: [PATCH] software/dream: listen on another port 18080 use another port so that we can run tests on test node, port 8080 is already used by testnode. --- software/dream/buildout.hash.cfg | 2 +- software/dream/instance.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/dream/buildout.hash.cfg b/software/dream/buildout.hash.cfg index 9f92b139d..390ef2e20 100644 --- a/software/dream/buildout.hash.cfg +++ b/software/dream/buildout.hash.cfg @@ -1,3 +1,3 @@ [instance] filename = instance.cfg -md5sum = d2b0e50708b9b92aff44bdbef2fb52b9 \ No newline at end of file +md5sum = 94e1cd21bbdf7cabb5834223859407e0 \ No newline at end of file diff --git a/software/dream/instance.cfg b/software/dream/instance.cfg index 7d4ab143b..ca992a3d4 100644 --- a/software/dream/instance.cfg +++ b/software/dream/instance.cfg @@ -23,7 +23,7 @@ key = $${slap-connection:key-file} cert = $${slap-connection:cert-file} [dream_platform_parameter] -port = 8080 +port = 18080 host = $${instance-parameter:ipv6-random} url = http://[$${:host}]:$${:port} -- 2.30.9