From 35f49764a063cb69a4500491d4eb09741364f8e0 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Fri, 27 Oct 2023 14:21:39 +0200 Subject: [PATCH] fix: ssl --- config/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/test.yaml b/config/test.yaml index 88cacbf4..62494682 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -8,5 +8,6 @@ dbSync: user: "you can type anything here, postgres is mocked" database: "you can type anything here, postgres is mocked" maxConnections: 0 + ssl: true network: "mainnet" tokenRegistryUrl: "http://localhost:3100"