From ec47e076ed051069e8ae4088d1d3da1d94dbf071 Mon Sep 17 00:00:00 2001 From: Bernardo Cardoso <bernardo@elixxir.io> Date: Thu, 30 May 2019 16:58:27 -0600 Subject: [PATCH] Invert order of gateways on UDB config --- basice2e/udb.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/basice2e/udb.yaml b/basice2e/udb.yaml index b6b425f..650cbcc 100644 --- a/basice2e/udb.yaml +++ b/basice2e/udb.yaml @@ -2,9 +2,9 @@ logPath: "logfile.log" sessionfile: "./results/udb.session" gateways: - - "localhost:8444" - - "localhost:8443" - - "localhost:8442" - - "localhost:8441" - "localhost:8440" + - "localhost:8441" + - "localhost:8442" + - "localhost:8443" + - "localhost:8444" certPath: "../keys/gateway.cmix.rip.crt" -- GitLab