Skip to content

Commit

Permalink
sonarqube issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
surendratiwari3 committed Oct 31, 2024
1 parent e3def84 commit effe301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/consumer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
//Store: "null",
TaskQueueName: "paota_task_queue",
AMQP: &config.AMQPConfig{
Url: "amqp://guest:guest@localhost:5672/",
Url: "amqp://localhost:5672/",
Exchange: "paota_task_exchange",
ExchangeType: "direct",
BindingKey: "paota_task_binding_key",
Expand Down
2 changes: 1 addition & 1 deletion example/consumer_publisher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
//Store: "null",
TaskQueueName: "paota_task_queue",
AMQP: &config.AMQPConfig{
Url: "amqp://guest:guest@localhost:5672/",
Url: "amqp://localhost:5672/",
Exchange: "paota_task_exchange",
ExchangeType: "direct",
BindingKey: "consumer_publisher",
Expand Down

0 comments on commit effe301

Please sign in to comment.