Skip to content

Commit

Permalink
Chore(rmqconnector): rename env HOST to AMQP_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
TimVosch committed Jun 24, 2024
1 parent 1091b93 commit c051239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/fission-rmq-connector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
}

var (
AMQP_HOST = env.Must("HOST")
AMQP_HOST = env.Must("AMQP_HOST")
AMQP_QUEUE = env.Must("QUEUE_NAME")
AMQP_TOPIC = env.Must("TOPIC")
AMQP_PREFETCH = env.Could("AMQP_PREFETCH", "5")
Expand Down

0 comments on commit c051239

Please sign in to comment.