Fix CI transfer test aquatic_ws config

This commit is contained in:
Joakim Frostegård 2022-07-05 13:30:05 +02:00
parent 91573f47b5
commit 4cbc04d087

View file

@ -82,15 +82,8 @@ echo "log_level = 'trace'
[network] [network]
address = '127.0.0.1:3002' address = '127.0.0.1:3002'
# glommio
tls_certificate_path = './cert.crt' tls_certificate_path = './cert.crt'
tls_private_key_path = './key.pk8' tls_private_key_path = './key.pk8'
# mio
use_tls = true
tls_pkcs12_path = './identity.pfx'
tls_pkcs12_password = 'p'
" > ws.toml " > ws.toml
./target/debug/aquatic ws -c ws.toml > "$HOME/wss.log" 2>&1 & ./target/debug/aquatic ws -c ws.toml > "$HOME/wss.log" 2>&1 &