Skip to content

Commit

Permalink
Merge pull request #280 from vvarg229/fix-s3-tests
Browse files Browse the repository at this point in the history
Fix s3 tests
  • Loading branch information
roman-khimov authored Aug 25, 2023
2 parents a44ac7b + f04dec9 commit 45d04bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion services/s3_gate/cfg/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ max_clients_count: 100
max_clients_deadline: 30s

server:
- tls:
- address: 0.0.0.0:8080
tls:
enabled: true
cert_file: /tls.crt
key_file: /tls.key
Expand All @@ -26,3 +27,6 @@ server:
wallet:
path: /wallet.json # Path to wallet
passphrase: "s3" # Passphrase to decrypt wallet

# RPC endpoint
rpc_endpoint: http://morph-chain.neofs.devenv:30333

0 comments on commit 45d04bd

Please sign in to comment.