From 34e99f578954542c7e1993a7f5d115de921707bd Mon Sep 17 00:00:00 2001 From: jaketaylor <jake@privategrity.com> Date: Thu, 7 Jun 2018 11:07:49 -0700 Subject: [PATCH] Added gitignore; fixed udb config file --- .gitignore | 2 ++ basice2e/udb.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b92a38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Ignore Jetbrains IDE folder +.idea/* diff --git a/basice2e/udb.yaml b/basice2e/udb.yaml index cce7a74..9964e10 100644 --- a/basice2e/udb.yaml +++ b/basice2e/udb.yaml @@ -1,4 +1,5 @@ # UDB Config for E2E Integration test logPath: "logfile.log" numNodes: 5 -gatewayAddress: "localhost:8443" +gateways: + - "localhost:8443" -- GitLab