Skip to content

Commit

Permalink
clean up test env
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed Jan 22, 2024
1 parent a6878da commit 7c6c855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ shards:
git: https://github.com/cloudamqp/amq-protocol.cr.git
version: 1.1.12

amqp-client: # Overridden
path: ../amqp-client.cr
amqp-client:
git: https://github.com/cloudamqp/amqp-client.cr.git
version: 1.2.1

lz4:
Expand Down
2 changes: 1 addition & 1 deletion src/lavinmq/config.cr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module LavinMQ
property tls_ciphers = ""
property tls_min_version = ""
property http_bind = "127.0.0.1"
property http_port = 15673
property http_port = 15672
property https_port = -1
property http_unix_path = ""
property http_systemd_socket_name = "lavinmq-http.socket"
Expand Down

0 comments on commit 7c6c855

Please sign in to comment.