Skip to content

Commit

Permalink
Merge pull request #168 from mapeveri/fix-env-example
Browse files Browse the repository at this point in the history
Fix .env.example
  • Loading branch information
mapeveri authored Nov 24, 2024
2 parents 222a8f1 + 620ec67 commit 7e21a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ FRONTED_URL="http://localhost:3000"
RABBITMQ_DEFAULT_USER=app
RABBITMQ_DEFAULT_PASS=rabbit_app
RABBITMQ_EVENTS_QUEUE='events_queue'
RABBITMQ_HOST="amqp://${RABBITMQ_USER}:${RABBITMQ_PASSWORD}@rabbitmq:5672"
RABBITMQ_HOST="amqp://${RABBITMQ_DEFAULT_USER}:${RABBITMQ_DEFAULT_PASS}@rabbitmq:5672"

0 comments on commit 7e21a8f

Please sign in to comment.