From fcb830e6c76bc7b06db49d5d75039fa57514e0fd Mon Sep 17 00:00:00 2001 From: Audric Ackermann <audric@loki.network> Date: Wed, 25 Mar 2020 15:12:56 +1100 Subject: [PATCH] [test] include test config --- config/test-integration-session-2.json | 6 ++++++ config/test-integration-session.json | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 config/test-integration-session-2.json create mode 100644 config/test-integration-session.json diff --git a/config/test-integration-session-2.json b/config/test-integration-session-2.json new file mode 100644 index 000000000..e6a66e69d --- /dev/null +++ b/config/test-integration-session-2.json @@ -0,0 +1,6 @@ +{ + "storageProfile": "testIntegration2Profile", + "openDevTools": false, + "updatesEnabled": false, + "localServerPort": "8082" +} diff --git a/config/test-integration-session.json b/config/test-integration-session.json new file mode 100644 index 000000000..fc1ea41a9 --- /dev/null +++ b/config/test-integration-session.json @@ -0,0 +1,5 @@ +{ + "storageProfile": "testIntegrationProfile", + "openDevTools": false, + "updatesEnabled": false +}