From 4cbc04d08728bf7656158645320c912e3f377159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 5 Jul 2022 13:30:05 +0200 Subject: [PATCH] Fix CI transfer test aquatic_ws config --- .github/actions/test-transfer/entrypoint.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/actions/test-transfer/entrypoint.sh b/.github/actions/test-transfer/entrypoint.sh index 3b82149..1337eca 100755 --- a/.github/actions/test-transfer/entrypoint.sh +++ b/.github/actions/test-transfer/entrypoint.sh @@ -82,15 +82,8 @@ echo "log_level = 'trace' [network] address = '127.0.0.1:3002' - -# glommio tls_certificate_path = './cert.crt' tls_private_key_path = './key.pk8' - -# mio -use_tls = true -tls_pkcs12_path = './identity.pfx' -tls_pkcs12_password = 'p' " > ws.toml ./target/debug/aquatic ws -c ws.toml > "$HOME/wss.log" 2>&1 &